#061656

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

Shades of Sapphire #061656

Tints of Sapphire #061656

Color information

#061656 (or 0x061656) is unknown color: approx Sapphire. HEX triplet: 06, 16 and 56. RGB value is (6,22,86). Sum of RGB (Red+Green+Blue) = 6+22+86=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 86 (33.98% from 255 or 75.44% from 114); Max value from RGB is 86 - color contains mainly: blue. Hex color #061656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061656 is #F9E9A9. Grayscale: #181818. Windows color (decimal): -16378282 or 5641734. OLE color: 5641734.

HSL color Cylindrical-coordinate representation of color #061656: hue angle of 228º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061656 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB62286-
CMYK0.930.7400.66
HSL228º86.96%18.04%-
HSV(B)228º93.02%33.73%-
XYZ2.041.288.94-
YUV24.51162.7114.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 86 (33.98% from 255) = 75.44%
R=5.26%
G=19.30%
B=75.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal622860.930.7400.6622886.9618.04
Hex616565D4A042e45712
Octal626126135112010234412722
Binary110101101010110101110110010100100001011100100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061656; }

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

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

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

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

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

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

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

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