#06285A

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

Shades of Sapphire #06285A

Tints of Sapphire #06285A

Color information

#06285A (or 0x06285A) is unknown color: approx Sapphire. HEX triplet: 06, 28 and 5A. RGB value is (6,40,90). Sum of RGB (Red+Green+Blue) = 6+40+90=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #06285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06285A is #F9D7A5. Grayscale: #232323. Windows color (decimal): -16373670 or 5908486. OLE color: 5908486.

HSL color Cylindrical-coordinate representation of color #06285A: hue angle of 215.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06285A is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB64090-
CMYK0.930.5600.65
HSL215.71º87.5%18.82%-
HSV(B)215.71º93.33%35.29%-
XYZ2.682.299.97-
YUV35.53158.74106.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 90 (35.55% from 255) = 66.18%
R=4.41%
G=29.41%
B=66.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal640900.930.5600.65215.7187.518.82
Hex6285A5D38041d85813
Octal65013213570010133013023
Binary110101000101101010111011110000100000111011000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06285A; }

 p { color: rgb(6,40,90); }

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

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

 a { background-color: rgb(6,40,90); }

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

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

 span { border-color: rgb(6,40,90); }

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