Html Css Color HEX #206EC4 Denim

📋 copy color: '#206EC4'

red 32 ◦ green 110 ◦ blue 196

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

Shades of Denim #206EC4

Tints of Denim #206EC4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.54%

 BLUE value IS 196 (76.95% from 255) = 57.99%

R = 9.47%
G = 32.54%
B = 57.99%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#206EC4 (or 0x206EC4) is known color: Denim. HEX triplet: 20, 6E and C4. RGB value is (32,110,196). Sum of RGB (Red+Green+Blue) = 32+110+196=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 196 (76.95% from 255 or 57.99% from 338); Max value from RGB is 196 - color contains mainly: blue. Hex color #206EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206EC4 is #DF913B. Grayscale: #606060. Windows color (decimal): -14651708 or 12873248. OLE color: 12873248.

HSL color Cylindrical-coordinate representation of color #206EC4: hue angle of 211.46º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #206EC4 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 110 196 -
CMYK 0.84 0.44 0 0.23
HSL 211.46º 0.72% 0.45% -
HSV(B) 211.46º 0.84% 0.77% -
XYZ 16.14 15.44 54.36 -
YUV 96.48 184.16 82.01 -
System Red Green Blue C M Y K H S L
Decimal 32 110 196 0.84 0.44 0 0.23 211.46 0.72 0.45
Hex 20 6E C4 54 2C 0 17 D3 48 2D
Octal 40 156 304 124 54 0 27 323 110 55
Binary 100000 1101110 11000100 1010100 101100 0 10111 11010011 1001000 101101

Color Harmonies of #206EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206EC4

Black with #206EC4

Text Example


Text Example

White with #206EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,110,196); }

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

background-color css

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

 a { background-color: rgb(32,110,196); }

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

border-color css

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

 span { border-color: rgb(32,110,196); }

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