#06225D

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

Shades of Sapphire #06225D

Tints of Sapphire #06225D

Color information

#06225D (or 0x06225D) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 5D. RGB value is (6,34,93). Sum of RGB (Red+Green+Blue) = 6+34+93=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #06225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06225D is #F9DDA2. Grayscale: #202020. Windows color (decimal): -16375203 or 6103558. OLE color: 6103558.

HSL color Cylindrical-coordinate representation of color #06225D: hue angle of 220.69º 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 #06225D is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB63493-
CMYK0.940.6300.64
HSL220.69º87.88%19.41%-
HSV(B)220.69º93.55%36.47%-
XYZ2.621.9710.6-
YUV32.35162.22109.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 93 (36.72% from 255) = 69.92%
R=4.51%
G=25.56%
B=69.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal634930.940.6300.64220.6987.8819.41
Hex6225D5E3F040dd5813
Octal64213513677010033513023
Binary110100010101110110111101111110100000011011101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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