#6EA9D1

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

Shades of Seagull #6EA9D1

Tints of Seagull #6EA9D1

Color information

#6EA9D1 (or 0x6EA9D1) is unknown color: approx Seagull. HEX triplet: 6E, A9 and D1. RGB value is (110,169,209). Sum of RGB (Red+Green+Blue) = 110+169+209=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #6EA9D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA9D1 is #91562E. Grayscale: #9B9B9B. Windows color (decimal): -9524783 or 13740398. OLE color: 13740398.

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

Color convert

RGB110169209-
CMYK0.470.1900.18
HSL204.24º51.83%62.55%-
HSV(B)204.24º47.37%81.96%-
XYZ32.1336.2965.63-
YUV155.92157.9595.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.54%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 209 (82.03% from 255) = 42.83%
R=22.54%
G=34.63%
B=42.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1101692090.470.1900.18204.2451.8362.55
Hex6EA9D12F13012cc343f
Octal15625132157230223146477
Binary110111010101001110100011011111001101001011001100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,169,209); }

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

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

 a { background-color: rgb(110,169,209); }

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

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

 span { border-color: rgb(110,169,209); }

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