Html Css Color HEX #206ACC Denim

📋 copy color: '#206ACC'

red 32 ◦ green 106 ◦ blue 204

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

Shades of Denim #206ACC

Tints of Denim #206ACC

RGB

 RED value IS 32 (12.89% from 255) = 9.36%

 GREEN value IS 106 (41.8% from 255) = 30.99%

 BLUE value IS 204 (80.08% from 255) = 59.65%

R = 9.36%
G = 30.99%
B = 59.65%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#206ACC (or 0x206ACC) is known color: Denim. HEX triplet: 20, 6A and CC. RGB value is (32,106,204). Sum of RGB (Red+Green+Blue) = 32+106+204=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #206ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206ACC is #DF9533. Grayscale: #5E5E5E. Windows color (decimal): -14652724 or 13396512. OLE color: 13396512.

HSL color Cylindrical-coordinate representation of color #206ACC: hue angle of 214.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #206ACC is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 106 204 -
CMYK 0.84 0.48 0 0.2
HSL 214.19º 0.73% 0.46% -
HSV(B) 214.19º 0.84% 0.8% -
XYZ 16.65 14.97 59.14 -
YUV 95.05 189.48 83.03 -
System Red Green Blue C M Y K H S L
Decimal 32 106 204 0.84 0.48 0 0.2 214.19 0.73 0.46
Hex 20 6A CC 54 30 0 14 D6 49 2E
Octal 40 152 314 124 60 0 24 326 111 56
Binary 100000 1101010 11001100 1010100 110000 0 10100 11010110 1001001 101110

Color Harmonies of #206ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206ACC

Black with #206ACC

Text Example


Text Example

White with #206ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206ACC; }

 p { color: rgb(32,106,204); }

 H1.HeaderClassName
 {
   color: #206ACC;
 }
 .AnyTagClassName
 {
   color: #206ACC;
 }
</style>

background-color css

<style>
 a { background-color: #206ACC; }

 a { background-color: rgb(32,106,204); }

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

border-color css

<style>
 span { border-color: #206ACC; }

 span { border-color: rgb(32,106,204); }

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