#061E6B

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

Shades of Sapphire #061E6B

Tints of Sapphire #061E6B

Color information

#061E6B (or 0x061E6B) is unknown color: approx Sapphire. HEX triplet: 06, 1E and 6B. RGB value is (6,30,107). Sum of RGB (Red+Green+Blue) = 6+30+107=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 107 (42.19% from 255 or 74.83% from 143); Max value from RGB is 107 - color contains mainly: blue. Hex color #061E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E6B is #F9E194. Grayscale: #1F1F1F. Windows color (decimal): -16376213 or 7020038. OLE color: 7020038.

HSL color Cylindrical-coordinate representation of color #061E6B: hue angle of 225.74º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061E6B is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB630107-
CMYK0.940.7200.58
HSL225.74º89.38%22.16%-
HSV(B)225.74º94.39%41.96%-
XYZ3.192.0314.13-
YUV31.6170.55109.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 30 (12.11% from 255) = 20.98%
BLUE value IS 107 (42.19% from 255) = 74.83%
R=4.20%
G=20.98%
B=74.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6301070.940.7200.58225.7489.3822.16
Hex61E6B5E4803Ae25916
Octal63615313611007234213126
Binary11011110110101110111101001000011101011100010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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