#6EAECA

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

Shades of Seagull #6EAECA

Tints of Seagull #6EAECA

Color information

#6EAECA (or 0x6EAECA) is unknown color: approx Seagull. HEX triplet: 6E, AE and CA. RGB value is (110,174,202). Sum of RGB (Red+Green+Blue) = 110+174+202=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EAECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAECA is #915135. Grayscale: #9D9D9D. Windows color (decimal): -9523510 or 13282926. OLE color: 13282926.

HSL color Cylindrical-coordinate representation of color #6EAECA: hue angle of 198.26º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EAECA is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB110174202-
CMYK0.460.1400.21
HSL198.26º46.46%61.18%-
HSV(B)198.26º45.54%79.22%-
XYZ32.2337.8561.48-
YUV158.06152.893.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.63%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=22.63%
G=35.80%
B=41.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1101742020.460.1400.21198.2646.4661.18
Hex6EAECA2EE015c62e3d
Octal15625631256160253065675
Binary11011101010111011001010101110111001010111000110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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