#061551

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

Shades of Sapphire #061551

Tints of Sapphire #061551

Color information

#061551 (or 0x061551) is unknown color: approx Sapphire. HEX triplet: 06, 15 and 51. RGB value is (6,21,81). Sum of RGB (Red+Green+Blue) = 6+21+81=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 81 (32.03% from 255 or 75% from 108); Max value from RGB is 81 - color contains mainly: blue. Hex color #061551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061551 is #F9EAAE. Grayscale: #171717. Windows color (decimal): -16378543 or 5313798. OLE color: 5313798.

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

Color convert

RGB62181-
CMYK0.930.7400.68
HSL228º86.21%17.06%-
HSV(B)228º92.59%31.76%-
XYZ1.831.177.91-
YUV23.36160.53115.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 81 (32.03% from 255) = 75%
R=5.56%
G=19.44%
B=75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal621810.930.7400.6822886.2117.06
Hex615515D4A044e45611
Octal625121135112010434412621
Binary110101011010001101110110010100100010011100100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061551; }

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

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

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

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

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

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

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

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