#061668

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

Shades of Sapphire #061668

Tints of Sapphire #061668

Color information

#061668 (or 0x061668) is unknown color: approx Sapphire. HEX triplet: 06, 16 and 68. RGB value is (6,22,104). Sum of RGB (Red+Green+Blue) = 6+22+104=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 104 (41.02% from 255 or 78.79% from 132); Max value from RGB is 104 - color contains mainly: blue. Hex color #061668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061668 is #F9E997. Grayscale: #1A1A1A. Windows color (decimal): -16378264 or 6821382. OLE color: 6821382.

HSL color Cylindrical-coordinate representation of color #061668: hue angle of 230.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061668 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB622104-
CMYK0.940.7900.59
HSL230.2º89.09%21.57%-
HSV(B)230.2º94.23%40.78%-
XYZ2.861.6113.26-
YUV26.56171.7113.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 104 (41.02% from 255) = 78.79%
R=4.55%
G=16.67%
B=78.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6221040.940.7900.59230.289.0921.57
Hex616685E4F03Be65916
Octal62615013611707334613126
Binary11010110110100010111101001111011101111100110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061668; }

 p { color: rgb(6,22,104); }

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

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

 a { background-color: rgb(6,22,104); }

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

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

 span { border-color: rgb(6,22,104); }

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