#6EBECC

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

Shades of Seagull #6EBECC

Tints of Seagull #6EBECC

Color information

#6EBECC (or 0x6EBECC) is unknown color: approx Seagull. HEX triplet: 6E, BE and CC. RGB value is (110,190,204). Sum of RGB (Red+Green+Blue) = 110+190+204=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBECC is #914133. Grayscale: #A7A7A7. Windows color (decimal): -9519412 or 13418094. OLE color: 13418094.

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

Color convert

RGB110190204-
CMYK0.460.0700.2
HSL188.94º47.96%61.57%-
HSV(B)188.94º46.08%80%-
XYZ35.7444.563.83-
YUV167.68148.586.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.83%
GREEN value IS 190 (74.61% from 255) = 37.70%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=21.83%
G=37.70%
B=40.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1101902040.460.0700.2188.9447.9661.57
Hex6EBECC2E7014bd303e
Octal1562763145670242756076
Binary1101110101111101100110010111011101010010111101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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