#061768

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

Shades of Sapphire #061768

Tints of Sapphire #061768

Color information

#061768 (or 0x061768) is unknown color: approx Sapphire. HEX triplet: 06, 17 and 68. RGB value is (6,23,104). Sum of RGB (Red+Green+Blue) = 6+23+104=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #061768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061768 is #F9E897. Grayscale: #1A1A1A. Windows color (decimal): -16378008 or 6821638. OLE color: 6821638.

HSL color Cylindrical-coordinate representation of color #061768: hue angle of 229.59º 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 #061768 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB623104-
CMYK0.940.7800.59
HSL229.59º89.09%21.57%-
HSV(B)229.59º94.23%40.78%-
XYZ2.881.6513.26-
YUV27.15171.37112.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 104 (41.02% from 255) = 78.20%
R=4.51%
G=17.29%
B=78.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6231040.940.7800.59229.5989.0921.57
Hex617685E4E03Be65916
Octal62715013611607334613126
Binary11010111110100010111101001110011101111100110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061768; }

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

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

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

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

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

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

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

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