#061650

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

Shades of Sapphire #061650

Tints of Sapphire #061650

Color information

#061650 (or 0x061650) is unknown color: approx Sapphire. HEX triplet: 06, 16 and 50. RGB value is (6,22,80). Sum of RGB (Red+Green+Blue) = 6+22+80=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 80 (31.64% from 255 or 74.07% from 108); Max value from RGB is 80 - color contains mainly: blue. Hex color #061650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061650 is #F9E9AF. Grayscale: #171717. Windows color (decimal): -16378288 or 5248518. OLE color: 5248518.

HSL color Cylindrical-coordinate representation of color #061650: hue angle of 227.03º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061650 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB62280-
CMYK0.920.7200.69
HSL227.03º86.05%16.86%-
HSV(B)227.03º92.5%31.37%-
XYZ1.811.197.72-
YUV23.83159.7115.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 22 (8.98% from 255) = 20.37%
BLUE value IS 80 (31.64% from 255) = 74.07%
R=5.56%
G=20.37%
B=74.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal622800.920.7200.69227.0386.0516.86
Hex616505C48045e35611
Octal626120134110010534312621
Binary110101101010000101110010010000100010111100011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061650; }

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

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

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

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

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

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

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

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