#061659

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

Shades of Sapphire #061659

Tints of Sapphire #061659

Color information

#061659 (or 0x061659) is unknown color: approx Sapphire. HEX triplet: 06, 16 and 59. RGB value is (6,22,89). Sum of RGB (Red+Green+Blue) = 6+22+89=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #061659 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061659 is #F9E9A6. Grayscale: #181818. Windows color (decimal): -16378279 or 5838342. OLE color: 5838342.

HSL color Cylindrical-coordinate representation of color #061659: hue angle of 228.43º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061659 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB62289-
CMYK0.930.7500.65
HSL228.43º87.37%18.63%-
HSV(B)228.43º93.26%34.9%-
XYZ2.171.339.59-
YUV24.85164.2114.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 89 (35.16% from 255) = 76.07%
R=5.13%
G=18.80%
B=76.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal622890.930.7500.65228.4387.3718.63
Hex616595D4B041e45713
Octal626131135113010134412723
Binary110101101011001101110110010110100000111100100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061659; }

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

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

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

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

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

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

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

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