#6EACCE

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

Shades of Seagull #6EACCE

Tints of Seagull #6EACCE

Color information

#6EACCE (or 0x6EACCE) is unknown color: approx Seagull. HEX triplet: 6E, AC and CE. RGB value is (110,172,206). Sum of RGB (Red+Green+Blue) = 110+172+206=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACCE is #915331. Grayscale: #9D9D9D. Windows color (decimal): -9524018 or 13544558. OLE color: 13544558.

HSL color Cylindrical-coordinate representation of color #6EACCE: hue angle of 201.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EACCE is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB110172206-
CMYK0.470.1700.19
HSL201.25º49.48%61.96%-
HSV(B)201.25º46.6%80.78%-
XYZ32.3237.2863.88-
YUV157.34155.4694.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.54%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=22.54%
G=35.25%
B=42.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1101722060.470.1700.19201.2549.4861.96
Hex6EACCE2F11013c9313e
Octal15625431657210233116176
Binary110111010101100110011101011111000101001111001001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,172,206); }

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

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

 a { background-color: rgb(110,172,206); }

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

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

 span { border-color: rgb(110,172,206); }

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