Html Css Color HEX #06217C Sapphire

📋 copy color: '#06217C'

red 6 ◦ green 33 ◦ blue 124

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

Shades of Sapphire #06217C

Tints of Sapphire #06217C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 76.07%

R = 3.68%
G = 20.25%
B = 76.07%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06217C (or 0x06217C) is known color: Sapphire. HEX triplet: 06, 21 and 7C. RGB value is (6,33,124). Sum of RGB (Red+Green+Blue) = 6+33+124=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 124 (48.83% from 255 or 76.07% from 163); Max value from RGB is 124 - color contains mainly: blue. Hex color #06217C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06217C is #F9DE83. Grayscale: #222222. Windows color (decimal): -16375428 or 8134918. OLE color: 8134918.

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

Color convert

RGB 6 33 124 -
CMYK 0.95 0.73 0 0.51
HSL 226.27º 0.91% 0.25% -
HSV(B) 226.27º 0.95% 0.49% -
XYZ 4.26 2.58 19.34 -
YUV 35.3 178.05 107.1 -
System Red Green Blue C M Y K H S L
Decimal 6 33 124 0.95 0.73 0 0.51 226.27 0.91 0.25
Hex 6 21 7C 5F 49 0 33 E2 5B 19
Octal 6 41 174 137 111 0 63 342 133 31
Binary 110 100001 1111100 1011111 1001001 0 110011 11100010 1011011 11001

Color Harmonies of #06217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06217C

Black with #06217C

Text Example


Text Example

White with #06217C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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