#062654

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

Shades of Sapphire #062654

Tints of Sapphire #062654

Color information

#062654 (or 0x062654) is unknown color: approx Sapphire. HEX triplet: 06, 26 and 54. RGB value is (6,38,84). Sum of RGB (Red+Green+Blue) = 6+38+84=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 84 (33.20% from 255 or 65.62% from 128); Max value from RGB is 84 - color contains mainly: blue. Hex color #062654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062654 is #F9D9AB. Grayscale: #212121. Windows color (decimal): -16374188 or 5514758. OLE color: 5514758.

HSL color Cylindrical-coordinate representation of color #062654: hue angle of 215.38º 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 #062654 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB63884-
CMYK0.930.5500.67
HSL215.38º86.67%17.65%-
HSV(B)215.38º92.86%32.94%-
XYZ2.372.078.66-
YUV33.68156.4108.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 38 (15.23% from 255) = 29.69%
BLUE value IS 84 (33.20% from 255) = 65.62%
R=4.69%
G=29.69%
B=65.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal638840.930.5500.67215.3886.6717.65
Hex626545D37043d75712
Octal64612413567010332712722
Binary110100110101010010111011101110100001111010111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062654; }

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

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

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

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

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

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

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

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