Html Css Color HEX #206695 Endeavour

📋 copy color: '#206695'

red 32 ◦ green 102 ◦ blue 149

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

Shades of Endeavour #206695

Tints of Endeavour #206695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 11.31%
G = 36.04%
B = 52.65%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#206695 (or 0x206695) is known color: Endeavour. HEX triplet: 20, 66 and 95. RGB value is (32,102,149). Sum of RGB (Red+Green+Blue) = 32+102+149=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #206695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206695 is #DF996A. Grayscale: #565656. Windows color (decimal): -14653803 or 9791008. OLE color: 9791008.

HSL color Cylindrical-coordinate representation of color #206695: hue angle of 204.1º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #206695 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 102 149 -
CMYK 0.79 0.32 0 0.42
HSL 204.1º 0.65% 0.35% -
HSV(B) 204.1º 0.79% 0.58% -
XYZ 10.77 11.98 30.18 -
YUV 86.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 32 102 149 0.79 0.32 0 0.42 204.1 0.65 0.35
Hex 20 66 95 4F 20 0 2A CC 41 23
Octal 40 146 225 117 40 0 52 314 101 43
Binary 100000 1100110 10010101 1001111 100000 0 101010 11001100 1000001 100011

Color Harmonies of #206695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206695

Black with #206695

Text Example


Text Example

White with #206695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206695; }

 p { color: rgb(32,102,149); }

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

background-color css

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

 a { background-color: rgb(32,102,149); }

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

border-color css

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

 span { border-color: rgb(32,102,149); }

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