#06275A

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

Shades of Sapphire #06275A

Tints of Sapphire #06275A

Color information

#06275A (or 0x06275A) is unknown color: approx Sapphire. HEX triplet: 06, 27 and 5A. RGB value is (6,39,90). Sum of RGB (Red+Green+Blue) = 6+39+90=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #06275A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06275A is #F9D8A5. Grayscale: #222222. Windows color (decimal): -16373926 or 5908230. OLE color: 5908230.

HSL color Cylindrical-coordinate representation of color #06275A: hue angle of 216.43º 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 #06275A is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB63990-
CMYK0.930.5700.65
HSL216.43º87.5%18.82%-
HSV(B)216.43º93.33%35.29%-
XYZ2.652.239.96-
YUV34.95159.07107.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 39 (15.62% from 255) = 28.89%
BLUE value IS 90 (35.55% from 255) = 66.67%
R=4.44%
G=28.89%
B=66.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal639900.930.5700.65216.4387.518.82
Hex6275A5D39041d85813
Octal64713213571010133013023
Binary110100111101101010111011110010100000111011000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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