Html Css Color HEX #06216D Sapphire

📋 copy color: '#06216D'

red 6 ◦ green 33 ◦ blue 109

#06216D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #06216D

Tints of Sapphire #06216D

RGB

 RED value IS 6 (2.73% from 255) = 4.05%

 GREEN value IS 33 (13.28% from 255) = 22.3%

 BLUE value IS 109 (42.97% from 255) = 73.65%

R = 4.05%
G = 22.3%
B = 73.65%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06216D (or 0x06216D) is known color: Sapphire. HEX triplet: 06, 21 and 6D. RGB value is (6,33,109). Sum of RGB (Red+Green+Blue) = 6+33+109=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #06216D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06216D is #F9DE92. Grayscale: #212121. Windows color (decimal): -16375443 or 7151878. OLE color: 7151878.

HSL color Cylindrical-coordinate representation of color #06216D: hue angle of 224.27º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06216D is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 33 109 -
CMYK 0.94 0.70 0 0.57
HSL 224.27º 0.9% 0.23% -
HSV(B) 224.27º 0.94% 0.43% -
XYZ 3.38 2.23 14.72 -
YUV 33.59 170.55 108.32 -
System Red Green Blue C M Y K H S L
Decimal 6 33 109 0.94 0.70 0 0.57 224.27 0.9 0.23
Hex 6 21 6D 5E 46 0 39 E0 5A 17
Octal 6 41 155 136 106 0 71 340 132 27
Binary 110 100001 1101101 1011110 1000110 0 111001 11100000 1011010 10111

Color Harmonies of #06216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06216D

Black with #06216D

Text Example


Text Example

White with #06216D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06216D;
 }
 .AnyTagClassName
 {
   color: #06216D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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