#6EBACC

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

Shades of Seagull #6EBACC

Tints of Seagull #6EBACC

Color information

#6EBACC (or 0x6EBACC) is unknown color: approx Seagull. HEX triplet: 6E, BA and CC. RGB value is (110,186,204). Sum of RGB (Red+Green+Blue) = 110+186+204=500 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EBACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBACC is #914533. Grayscale: #A5A5A5. Windows color (decimal): -9520436 or 13417070. OLE color: 13417070.

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

Color convert

RGB110186204-
CMYK0.460.0900.2
HSL191.49º47.96%61.57%-
HSV(B)191.49º46.08%80%-
XYZ34.8942.7963.55-
YUV165.33149.8288.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=22%
G=37.2%
B=40.8%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1101862040.460.0900.2191.4947.9661.57
Hex6EBACC2E9014bf303e
Octal15627231456110242776076
Binary11011101011101011001100101110100101010010111111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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