#061568

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

Shades of Sapphire #061568

Tints of Sapphire #061568

Color information

#061568 (or 0x061568) is unknown color: approx Sapphire. HEX triplet: 06, 15 and 68. RGB value is (6,21,104). Sum of RGB (Red+Green+Blue) = 6+21+104=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 104 (41.02% from 255 or 79.39% from 131); Max value from RGB is 104 - color contains mainly: blue. Hex color #061568 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061568 is #F9EA97. Grayscale: #191919. Windows color (decimal): -16378520 or 6821126. OLE color: 6821126.

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

Color convert

RGB621104-
CMYK0.940.8000.59
HSL230.82º89.09%21.57%-
HSV(B)230.82º94.23%40.78%-
XYZ2.841.5713.25-
YUV25.98172.03113.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 104 (41.02% from 255) = 79.39%
R=4.58%
G=16.03%
B=79.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6211040.940.8000.59230.8289.0921.57
Hex615685E5003Be75916
Octal62515013612007334713126
Binary11010101110100010111101010000011101111100111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061568; }

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

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

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

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

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

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

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

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