#061C68

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

Shades of Sapphire #061C68

Tints of Sapphire #061C68

Color information

#061C68 (or 0x061C68) is unknown color: approx Sapphire. HEX triplet: 06, 1C and 68. RGB value is (6,28,104). Sum of RGB (Red+Green+Blue) = 6+28+104=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 104 (41.02% from 255 or 75.36% from 138); Max value from RGB is 104 - color contains mainly: blue. Hex color #061C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C68 is #F9E397. Grayscale: #1D1D1D. Windows color (decimal): -16376728 or 6822918. OLE color: 6822918.

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

Color convert

RGB628104-
CMYK0.940.7300.59
HSL226.53º89.09%21.57%-
HSV(B)226.53º94.23%40.78%-
XYZ2.991.8713.3-
YUV30.09169.71110.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 28 (11.33% from 255) = 20.29%
BLUE value IS 104 (41.02% from 255) = 75.36%
R=4.35%
G=20.29%
B=75.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6281040.940.7300.59226.5389.0921.57
Hex61C685E4903Be35916
Octal63415013611107334313126
Binary11011100110100010111101001001011101111100011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061C68; }

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

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

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

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

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

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

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

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