#6EAECD

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

Shades of Seagull #6EAECD

Tints of Seagull #6EAECD

Color information

#6EAECD (or 0x6EAECD) is unknown color: approx Seagull. HEX triplet: 6E, AE and CD. RGB value is (110,174,205). Sum of RGB (Red+Green+Blue) = 110+174+205=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EAECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAECD is #915132. Grayscale: #9E9E9E. Windows color (decimal): -9523507 or 13479534. OLE color: 13479534.

HSL color Cylindrical-coordinate representation of color #6EAECD: hue angle of 199.58º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EAECD is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB110174205-
CMYK0.460.1500.20
HSL199.58º48.72%61.76%-
HSV(B)199.58º46.34%80.39%-
XYZ32.5937.9963.37-
YUV158.4154.393.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.49%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=22.49%
G=35.58%
B=41.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101742050.460.1500.20199.5848.7261.76
Hex6EAECD2EF014c8313e
Octal15625631556170243106176
Binary11011101010111011001101101110111101010011001000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,174,205); }

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

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

 a { background-color: rgb(110,174,205); }

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

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

 span { border-color: rgb(110,174,205); }

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