#061462

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

Shades of Sapphire #061462

Tints of Sapphire #061462

Color information

#061462 (or 0x061462) is unknown color: approx Sapphire. HEX triplet: 06, 14 and 62. RGB value is (6,20,98). Sum of RGB (Red+Green+Blue) = 6+20+98=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 98 (38.67% from 255 or 79.03% from 124); Max value from RGB is 98 - color contains mainly: blue. Hex color #061462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061462 is #F9EB9D. Grayscale: #181818. Windows color (decimal): -16378782 or 6427654. OLE color: 6427654.

HSL color Cylindrical-coordinate representation of color #061462: hue angle of 230.87º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061462 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB62098-
CMYK0.940.8000.62
HSL230.87º88.46%20.39%-
HSV(B)230.87º93.88%38.43%-
XYZ2.531.4211.7-
YUV24.71169.36114.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 20 (8.20% from 255) = 16.13%
BLUE value IS 98 (38.67% from 255) = 79.03%
R=4.84%
G=16.13%
B=79.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal620980.940.8000.62230.8788.4620.39
Hex614625E5003Ee75814
Octal62414213612007634713024
Binary11010100110001010111101010000011111011100111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061462; }

 p { color: rgb(6,20,98); }

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

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

 a { background-color: rgb(6,20,98); }

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

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

 span { border-color: rgb(6,20,98); }

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