#061E69

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

Shades of Sapphire #061E69

Tints of Sapphire #061E69

Color information

#061E69 (or 0x061E69) is unknown color: approx Sapphire. HEX triplet: 06, 1E and 69. RGB value is (6,30,105). Sum of RGB (Red+Green+Blue) = 6+30+105=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 105 (41.41% from 255 or 74.47% from 141); Max value from RGB is 105 - color contains mainly: blue. Hex color #061E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E69 is #F9E196. Grayscale: #1F1F1F. Windows color (decimal): -16376215 or 6888966. OLE color: 6888966.

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

Color convert

RGB630105-
CMYK0.940.7100.59
HSL225.45º89.19%21.76%-
HSV(B)225.45º94.29%41.18%-
XYZ3.091.9913.59-
YUV31.37169.55109.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 105 (41.41% from 255) = 74.47%
R=4.26%
G=21.28%
B=74.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6301050.940.7100.59225.4589.1921.76
Hex61E695E4703Be15916
Octal63615113610707334113126
Binary11011110110100110111101000111011101111100001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,30,105); }

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

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

 a { background-color: rgb(6,30,105); }

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

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

 span { border-color: rgb(6,30,105); }

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