#6EADCC

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

Shades of Seagull #6EADCC

Tints of Seagull #6EADCC

Color information

#6EADCC (or 0x6EADCC) is unknown color: approx Seagull. HEX triplet: 6E, AD and CC. RGB value is (110,173,204). Sum of RGB (Red+Green+Blue) = 110+173+204=487 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.59% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADCC is #915233. Grayscale: #9D9D9D. Windows color (decimal): -9523764 or 13413742. OLE color: 13413742.

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

Color convert

RGB110173204-
CMYK0.460.1500.2
HSL199.79º47.96%61.57%-
HSV(B)199.79º46.08%80%-
XYZ32.2737.5662.68-
YUV157.7154.1393.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.59%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=22.59%
G=35.52%
B=41.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1101732040.460.1500.2199.7947.9661.57
Hex6EADCC2EF014c8303e
Octal15625531456170243106076
Binary11011101010110111001100101110111101010011001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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