#6EAACC

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

Shades of Seagull #6EAACC

Tints of Seagull #6EAACC

Color information

#6EAACC (or 0x6EAACC) is unknown color: approx Seagull. HEX triplet: 6E, AA and CC. RGB value is (110,170,204). Sum of RGB (Red+Green+Blue) = 110+170+204=484 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.73% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EAACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAACC is #915533. Grayscale: #9B9B9B. Windows color (decimal): -9524532 or 13412974. OLE color: 13412974.

HSL color Cylindrical-coordinate representation of color #6EAACC: hue angle of 201.7º degrees, saturation: 0.48, 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 #6EAACC is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB110170204-
CMYK0.460.1700.2
HSL201.7º47.96%61.57%-
HSV(B)201.7º46.08%80%-
XYZ31.736.4262.49-
YUV155.94155.1295.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.73%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 204 (80.08% from 255) = 42.15%
R=22.73%
G=35.12%
B=42.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1101702040.460.1700.2201.747.9661.57
Hex6EAACC2E11014ca303e
Octal15625231456210243126076
Binary110111010101010110011001011101000101010011001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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