#06275D

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

Shades of Sapphire #06275D

Tints of Sapphire #06275D

Color information

#06275D (or 0x06275D) is unknown color: approx Sapphire. HEX triplet: 06, 27 and 5D. RGB value is (6,39,93). Sum of RGB (Red+Green+Blue) = 6+39+93=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #06275D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06275D is #F9D8A2. Grayscale: #232323. Windows color (decimal): -16373923 or 6104838. OLE color: 6104838.

HSL color Cylindrical-coordinate representation of color #06275D: hue angle of 217.24º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06275D is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB63993-
CMYK0.940.5800.64
HSL217.24º87.88%19.41%-
HSV(B)217.24º93.55%36.47%-
XYZ2.782.2810.65-
YUV35.29160.57107.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 39 (15.62% from 255) = 28.26%
BLUE value IS 93 (36.72% from 255) = 67.39%
R=4.35%
G=28.26%
B=67.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal639930.940.5800.64217.2487.8819.41
Hex6275D5E3A040d95813
Octal64713513672010033113023
Binary110100111101110110111101110100100000011011001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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