#206693

Color #206693 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #206693

Tints of Endeavour #206693

Color information

#206693 (or 0x206693) is unknown color: approx Endeavour. HEX triplet: 20, 66 and 93. RGB value is (32,102,147). Sum of RGB (Red+Green+Blue) = 32+102+147=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #206693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206693 is #DF996C. Grayscale: #555555. Windows color (decimal): -14653805 or 9659936. OLE color: 9659936.

HSL color Cylindrical-coordinate representation of color #206693: hue angle of 203.48º 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 #206693 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB32102147-
CMYK0.780.3100.42
HSL203.48º64.25%35.1%-
HSV(B)203.48º78.23%57.65%-
XYZ10.6111.9229.34-
YUV86.2162.3189.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.39%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 147 (57.81% from 255) = 52.31%
R=11.39%
G=36.30%
B=52.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321021470.780.3100.42203.4864.2535.1
Hex2066934E1F02Acb4023
Octal401462231163705231310043
Binary1000001100110100100111001110111110101010110010111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206693; }

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

 H1.HeaderClassName
 {
   color: #206693;
 }
 .AnyTagClassName
 {
   color: #206693;
 }
</style>
background-color css

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

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

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

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

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

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