#061E60

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

Shades of Sapphire #061E60

Tints of Sapphire #061E60

Color information

#061E60 (or 0x061E60) is unknown color: approx Sapphire. HEX triplet: 06, 1E and 60. RGB value is (6,30,96). Sum of RGB (Red+Green+Blue) = 6+30+96=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #061E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E60 is #F9E19F. Grayscale: #1E1E1E. Windows color (decimal): -16376224 or 6299142. OLE color: 6299142.

HSL color Cylindrical-coordinate representation of color #061E60: hue angle of 224º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061E60 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB63096-
CMYK0.940.6900.62
HSL224º88.24%20%-
HSV(B)224º93.75%37.65%-
XYZ2.651.8111.28-
YUV30.35165.05110.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 30 (12.11% from 255) = 22.73%
BLUE value IS 96 (37.89% from 255) = 72.73%
R=4.55%
G=22.73%
B=72.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal630960.940.6900.6222488.2420
Hex61E605E4503Ee05814
Octal63614013610507634013024
Binary11011110110000010111101000101011111011100000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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