#062254

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

Shades of Sapphire #062254

Tints of Sapphire #062254

Color information

#062254 (or 0x062254) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 54. RGB value is (6,34,84). Sum of RGB (Red+Green+Blue) = 6+34+84=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 84 (33.20% from 255 or 67.74% from 124); Max value from RGB is 84 - color contains mainly: blue. Hex color #062254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062254 is #F9DDAB. Grayscale: #1F1F1F. Windows color (decimal): -16375212 or 5513734. OLE color: 5513734.

HSL color Cylindrical-coordinate representation of color #062254: hue angle of 218.46º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062254 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB63484-
CMYK0.930.6000.67
HSL218.46º86.67%17.65%-
HSV(B)218.46º92.86%32.94%-
XYZ2.251.828.62-
YUV31.33157.72109.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 84 (33.20% from 255) = 67.74%
R=4.84%
G=27.42%
B=67.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal634840.930.6000.67218.4686.6717.65
Hex622545D3C043da5712
Octal64212413574010333212722
Binary110100010101010010111011111000100001111011010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062254; }

 p { color: rgb(6,34,84); }

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

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

 a { background-color: rgb(6,34,84); }

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

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

 span { border-color: rgb(6,34,84); }

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