#6EBBCC

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

Shades of Seagull #6EBBCC

Tints of Seagull #6EBBCC

Color information

#6EBBCC (or 0x6EBBCC) is unknown color: approx Seagull. HEX triplet: 6E, BB and CC. RGB value is (110,187,204). Sum of RGB (Red+Green+Blue) = 110+187+204=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EBBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBCC is #914433. Grayscale: #A5A5A5. Windows color (decimal): -9520180 or 13417326. OLE color: 13417326.

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

Color convert

RGB110187204-
CMYK0.460.0800.2
HSL190.85º47.96%61.57%-
HSV(B)190.85º46.08%80%-
XYZ35.143.2263.62-
YUV165.92149.4988.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.96%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=21.96%
G=37.33%
B=40.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1101872040.460.0800.2190.8547.9661.57
Hex6EBBCC2E8014bf303e
Octal15627331456100242776076
Binary11011101011101111001100101110100001010010111111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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