#6EAAD0

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

Shades of Seagull #6EAAD0

Tints of Seagull #6EAAD0

Color information

#6EAAD0 (or 0x6EAAD0) is unknown color: approx Seagull. HEX triplet: 6E, AA and D0. RGB value is (110,170,208). Sum of RGB (Red+Green+Blue) = 110+170+208=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #6EAAD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAAD0 is #91552F. Grayscale: #9C9C9C. Windows color (decimal): -9524528 or 13675118. OLE color: 13675118.

HSL color Cylindrical-coordinate representation of color #6EAAD0: hue angle of 203.27º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EAAD0 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB110170208-
CMYK0.470.1800.18
HSL203.27º51.04%62.35%-
HSV(B)203.27º47.12%81.57%-
XYZ32.1936.6265.05-
YUV156.39157.1294.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.54%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 208 (81.64% from 255) = 42.62%
R=22.54%
G=34.84%
B=42.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1101702080.470.1800.18203.2751.0462.35
Hex6EAAD02F12012cb333e
Octal15625232057220223136376
Binary110111010101010110100001011111001001001011001011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EAAD0; }

 p { color: rgb(110,170,208); }

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

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

 a { background-color: rgb(110,170,208); }

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

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

 span { border-color: rgb(110,170,208); }

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