#6EAACB

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

Shades of Seagull #6EAACB

Tints of Seagull #6EAACB

Color information

#6EAACB (or 0x6EAACB) is unknown color: approx Seagull. HEX triplet: 6E, AA and CB. RGB value is (110,170,203). Sum of RGB (Red+Green+Blue) = 110+170+203=483 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.77% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #6EAACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAACB is #915534. Grayscale: #9B9B9B. Windows color (decimal): -9524533 or 13347438. OLE color: 13347438.

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

Color convert

RGB110170203-
CMYK0.460.1600.20
HSL201.29º47.21%61.37%-
HSV(B)201.29º45.81%79.61%-
XYZ31.5836.3861.86-
YUV155.82154.6295.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.77%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=22.77%
G=35.20%
B=42.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101702030.460.1600.20201.2947.2161.37
Hex6EAACB2E10014c92f3d
Octal15625231356200243115775
Binary110111010101010110010111011101000001010011001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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