#062674

Color #062674 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #062674

Tints of Sapphire #062674

Color information

#062674 (or 0x062674) is unknown color: approx Sapphire. HEX triplet: 06, 26 and 74. RGB value is (6,38,116). Sum of RGB (Red+Green+Blue) = 6+38+116=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 116 (45.70% from 255 or 72.5% from 160); Max value from RGB is 116 - color contains mainly: blue. Hex color #062674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062674 is #F9D98B. Grayscale: #242424. Windows color (decimal): -16374156 or 7611910. OLE color: 7611910.

HSL color Cylindrical-coordinate representation of color #062674: hue angle of 222.55º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062674 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB638116-
CMYK0.950.6700.55
HSL222.55º90.16%23.92%-
HSV(B)222.55º94.83%45.49%-
XYZ3.922.6916.83-
YUV37.32172.4105.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 3.75%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 116 (45.70% from 255) = 72.5%
R=3.75%
G=23.75%
B=72.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6381160.950.6700.55222.5590.1623.92
Hex626745F43037df5a18
Octal64616413710306733713230
Binary110100110111010010111111000011011011111011111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062674; }

 p { color: rgb(6,38,116); }

 H1.HeaderClassName
 {
   color: #062674;
 }
 .AnyTagClassName
 {
   color: #062674;
 }
</style>
background-color css

<style>
 a { background-color: #062674; }

 a { background-color: rgb(6,38,116); }

 div.DivClassName
 {
   background-color: #062674;
 }
 .BgClassName
 {
   background-color: #062674;
 }
</style>
border-color css

<style>
 span { border-color: #062674; }

 span { border-color: rgb(6,38,116); }

 td.TdClassName
 {
   border-color: #062674;
 }
 .TagClassName
 {
   border-color: #062674;
 }
</style>