#06297C

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

Shades of Sapphire #06297C

Tints of Sapphire #06297C

Color information

#06297C (or 0x06297C) is unknown color: approx Sapphire. HEX triplet: 06, 29 and 7C. RGB value is (6,41,124). Sum of RGB (Red+Green+Blue) = 6+41+124=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 124 (48.83% from 255 or 72.51% from 171); Max value from RGB is 124 - color contains mainly: blue. Hex color #06297C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06297C is #F9D683. Grayscale: #272727. Windows color (decimal): -16373380 or 8136966. OLE color: 8136966.

HSL color Cylindrical-coordinate representation of color #06297C: hue angle of 222.2º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06297C is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB641124-
CMYK0.950.6700.51
HSL222.2º90.77%25.49%-
HSV(B)222.2º95.16%48.63%-
XYZ4.513.0819.43-
YUV40175.4103.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 124 (48.83% from 255) = 72.51%
R=3.51%
G=23.98%
B=72.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6411240.950.6700.51222.290.7725.49
Hex6297C5F43033de5b19
Octal65117413710306333613331
Binary110101001111110010111111000011011001111011110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06297C; }

 p { color: rgb(6,41,124); }

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

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

 a { background-color: rgb(6,41,124); }

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

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

 span { border-color: rgb(6,41,124); }

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