#06217A

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

Shades of Sapphire #06217A

Tints of Sapphire #06217A

Color information

#06217A (or 0x06217A) is unknown color: approx Sapphire. HEX triplet: 06, 21 and 7A. RGB value is (6,33,122). Sum of RGB (Red+Green+Blue) = 6+33+122=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 122 (48.05% from 255 or 75.78% from 161); Max value from RGB is 122 - color contains mainly: blue. Hex color #06217A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06217A is #F9DE85. Grayscale: #222222. Windows color (decimal): -16375430 or 8003846. OLE color: 8003846.

HSL color Cylindrical-coordinate representation of color #06217A: hue angle of 226.03º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06217A is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB633122-
CMYK0.950.7300.52
HSL226.03º90.62%25.1%-
HSV(B)226.03º95.08%47.84%-
XYZ4.132.5318.68-
YUV35.07177.05107.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 33 (13.28% from 255) = 20.50%
BLUE value IS 122 (48.05% from 255) = 75.78%
R=3.73%
G=20.50%
B=75.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6331220.950.7300.52226.0390.6225.1
Hex6217A5F49034e25b19
Octal64117213711106434213331
Binary110100001111101010111111001001011010011100010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,33,122); }

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

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

 a { background-color: rgb(6,33,122); }

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

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

 span { border-color: rgb(6,33,122); }

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