#6EABCC

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

Shades of Seagull #6EABCC

Tints of Seagull #6EABCC

Color information

#6EABCC (or 0x6EABCC) is unknown color: approx Seagull. HEX triplet: 6E, AB and CC. RGB value is (110,171,204). Sum of RGB (Red+Green+Blue) = 110+171+204=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABCC is #915433. Grayscale: #9C9C9C. Windows color (decimal): -9524276 or 13413230. OLE color: 13413230.

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

Color convert

RGB110171204-
CMYK0.460.1600.2
HSL201.06º47.96%61.57%-
HSV(B)201.06º46.08%80%-
XYZ31.8936.862.55-
YUV156.52154.7994.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.68%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=22.68%
G=35.26%
B=42.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1101712040.460.1600.2201.0647.9661.57
Hex6EABCC2E10014c9303e
Octal15625331456200243116076
Binary110111010101011110011001011101000001010011001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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