#6EAACD

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

Shades of Seagull #6EAACD

Tints of Seagull #6EAACD

Color information

#6EAACD (or 0x6EAACD) is unknown color: approx Seagull. HEX triplet: 6E, AA and CD. RGB value is (110,170,205). Sum of RGB (Red+Green+Blue) = 110+170+205=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAACD is #915532. Grayscale: #9B9B9B. Windows color (decimal): -9524531 or 13478510. OLE color: 13478510.

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

Color convert

RGB110170205-
CMYK0.460.1700.20
HSL202.11º48.72%61.76%-
HSV(B)202.11º46.34%80.39%-
XYZ31.8236.4763.12-
YUV156.05155.6295.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.68%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=22.68%
G=35.05%
B=42.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101702050.460.1700.20202.1148.7261.76
Hex6EAACD2E11014ca313e
Octal15625231556210243126176
Binary110111010101010110011011011101000101010011001010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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