#061E63

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

Shades of Sapphire #061E63

Tints of Sapphire #061E63

Color information

#061E63 (or 0x061E63) is unknown color: approx Sapphire. HEX triplet: 06, 1E and 63. RGB value is (6,30,99). Sum of RGB (Red+Green+Blue) = 6+30+99=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #061E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E63 is #F9E19C. Grayscale: #1E1E1E. Windows color (decimal): -16376221 or 6495750. OLE color: 6495750.

HSL color Cylindrical-coordinate representation of color #061E63: hue angle of 224.52º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061E63 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB63099-
CMYK0.940.7000.61
HSL224.52º88.57%20.59%-
HSV(B)224.52º93.94%38.82%-
XYZ2.791.8712.02-
YUV30.69166.55110.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 30 (12.11% from 255) = 22.22%
BLUE value IS 99 (39.06% from 255) = 73.33%
R=4.44%
G=22.22%
B=73.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal630990.940.7000.61224.5288.5720.59
Hex61E635E4603De15915
Octal63614313610607534113125
Binary11011110110001110111101000110011110111100001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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