Html Css Color HEX #06217F Sapphire

📋 copy color: '#06217F'

red 6 ◦ green 33 ◦ blue 127

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

Shades of Sapphire #06217F

Tints of Sapphire #06217F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 76.51%

R = 3.61%
G = 19.88%
B = 76.51%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#06217F (or 0x06217F) is known color: Sapphire. HEX triplet: 06, 21 and 7F. RGB value is (6,33,127). Sum of RGB (Red+Green+Blue) = 6+33+127=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 127 (50% from 255 or 76.51% from 166); Max value from RGB is 127 - color contains mainly: blue. Hex color #06217F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06217F is #F9DE80. Grayscale: #232323. Windows color (decimal): -16375425 or 8331526. OLE color: 8331526.

HSL color Cylindrical-coordinate representation of color #06217F: hue angle of 226.61º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06217F is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 33 127 -
CMYK 0.95 0.74 0 0.50
HSL 226.61º 0.91% 0.26% -
HSV(B) 226.61º 0.95% 0.5% -
XYZ 4.45 2.66 20.36 -
YUV 35.64 179.55 106.86 -
System Red Green Blue C M Y K H S L
Decimal 6 33 127 0.95 0.74 0 0.50 226.61 0.91 0.26
Hex 6 21 7F 5F 4A 0 32 E3 5B 1A
Octal 6 41 177 137 112 0 62 343 133 32
Binary 110 100001 1111111 1011111 1001010 0 110010 11100011 1011011 11010

Color Harmonies of #06217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06217F

Black with #06217F

Text Example


Text Example

White with #06217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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