Html Css Color HEX #06215C Sapphire

📋 copy color: '#06215C'

red 6 ◦ green 33 ◦ blue 92

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

Shades of Sapphire #06215C

Tints of Sapphire #06215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 70.23%

R = 4.58%
G = 25.19%
B = 70.23%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06215C (or 0x06215C) is known color: Sapphire. HEX triplet: 06, 21 and 5C. RGB value is (6,33,92). Sum of RGB (Red+Green+Blue) = 6+33+92=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 92 (36.33% from 255 or 70.23% from 131); Max value from RGB is 92 - color contains mainly: blue. Hex color #06215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06215C is #F9DEA3. Grayscale: #1F1F1F. Windows color (decimal): -16375460 or 6037766. OLE color: 6037766.

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

Color convert

RGB 6 33 92 -
CMYK 0.93 0.64 0 0.64
HSL 221.16º 0.88% 0.19% -
HSV(B) 221.16º 0.93% 0.36% -
XYZ 2.55 1.9 10.36 -
YUV 31.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 6 33 92 0.93 0.64 0 0.64 221.16 0.88 0.19
Hex 6 21 5C 5D 40 0 40 DD 58 13
Octal 6 41 134 135 100 0 100 335 130 23
Binary 110 100001 1011100 1011101 1000000 0 1000000 11011101 1011000 10011

Color Harmonies of #06215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06215C

Black with #06215C

Text Example


Text Example

White with #06215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06215C; }

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

 H1.HeaderClassName
 {
   color: #06215C;
 }
 .AnyTagClassName
 {
   color: #06215C;
 }
</style>

background-color css

<style>
 a { background-color: #06215C; }

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

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

border-color css

<style>
 span { border-color: #06215C; }

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

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