Html Css Color HEX #206893 Endeavour

📋 copy color: '#206893'

red 32 ◦ green 104 ◦ blue 147

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

Shades of Endeavour #206893

Tints of Endeavour #206893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

 BLUE value IS 147 (57.81% from 255) = 51.94%

R = 11.31%
G = 36.75%
B = 51.94%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#206893 (or 0x206893) is known color: Endeavour. HEX triplet: 20, 68 and 93. RGB value is (32,104,147). Sum of RGB (Red+Green+Blue) = 32+104+147=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #206893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206893 is #DF976C. Grayscale: #575757. Windows color (decimal): -14653293 or 9660448. OLE color: 9660448.

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

Color convert

RGB 32 104 147 -
CMYK 0.78 0.29 0 0.42
HSL 202.43º 0.64% 0.35% -
HSV(B) 202.43º 0.78% 0.58% -
XYZ 10.81 12.31 29.41 -
YUV 87.37 161.65 88.5 -
System Red Green Blue C M Y K H S L
Decimal 32 104 147 0.78 0.29 0 0.42 202.43 0.64 0.35
Hex 20 68 93 4E 1D 0 2A CA 40 23
Octal 40 150 223 116 35 0 52 312 100 43
Binary 100000 1101000 10010011 1001110 11101 0 101010 11001010 1000000 100011

Color Harmonies of #206893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206893

Black with #206893

Text Example


Text Example

White with #206893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206893; }

 p { color: rgb(32,104,147); }

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

background-color css

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

 a { background-color: rgb(32,104,147); }

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

border-color css

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

 span { border-color: rgb(32,104,147); }

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