#6EB3CA

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

Shades of Seagull #6EB3CA

Tints of Seagull #6EB3CA

Color information

#6EB3CA (or 0x6EB3CA) is unknown color: approx Seagull. HEX triplet: 6E, B3 and CA. RGB value is (110,179,202). Sum of RGB (Red+Green+Blue) = 110+179+202=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EB3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB3CA is #914C35. Grayscale: #A0A0A0. Windows color (decimal): -9522230 or 13284206. OLE color: 13284206.

HSL color Cylindrical-coordinate representation of color #6EB3CA: hue angle of 195º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EB3CA is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB110179202-
CMYK0.460.1100.21
HSL195º46.46%61.18%-
HSV(B)195º45.54%79.22%-
XYZ33.2139.8261.81-
YUV160.99151.1491.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.40%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=22.40%
G=36.46%
B=41.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1101792020.460.1100.2119546.4661.18
Hex6EB3CA2EB015c32e3d
Octal15626331256130253035675
Binary11011101011001111001010101110101101010111000011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,179,202); }

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

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

 a { background-color: rgb(110,179,202); }

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

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

 span { border-color: rgb(110,179,202); }

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