Html Css Color HEX #06206C Sapphire

📋 copy color: '#06206C'

red 6 ◦ green 32 ◦ blue 108

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

Shades of Sapphire #06206C

Tints of Sapphire #06206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.92%

 BLUE value IS 108 (42.58% from 255) = 73.97%

R = 4.11%
G = 21.92%
B = 73.97%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06206C (or 0x06206C) is known color: Sapphire. HEX triplet: 06, 20 and 6C. RGB value is (6,32,108). Sum of RGB (Red+Green+Blue) = 6+32+108=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 108 (42.58% from 255 or 73.97% from 146); Max value from RGB is 108 - color contains mainly: blue. Hex color #06206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06206C is #F9DF93. Grayscale: #202020. Windows color (decimal): -16375700 or 7086086. OLE color: 7086086.

HSL color Cylindrical-coordinate representation of color #06206C: hue angle of 224.71º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06206C is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 32 108 -
CMYK 0.94 0.70 0 0.58
HSL 224.71º 0.89% 0.22% -
HSV(B) 224.71º 0.94% 0.42% -
XYZ 3.3 2.15 14.43 -
YUV 32.89 170.39 108.82 -
System Red Green Blue C M Y K H S L
Decimal 6 32 108 0.94 0.70 0 0.58 224.71 0.89 0.22
Hex 6 20 6C 5E 46 0 3A E1 59 16
Octal 6 40 154 136 106 0 72 341 131 26
Binary 110 100000 1101100 1011110 1000110 0 111010 11100001 1011001 10110

Color Harmonies of #06206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06206C

Black with #06206C

Text Example


Text Example

White with #06206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,32,108); }

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

background-color css

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

 a { background-color: rgb(6,32,108); }

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

border-color css

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

 span { border-color: rgb(6,32,108); }

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