#6EB0CA

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

Shades of Seagull #6EB0CA

Tints of Seagull #6EB0CA

Color information

#6EB0CA (or 0x6EB0CA) is unknown color: approx Seagull. HEX triplet: 6E, B0 and CA. RGB value is (110,176,202). Sum of RGB (Red+Green+Blue) = 110+176+202=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EB0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB0CA is #914F35. Grayscale: #9F9F9F. Windows color (decimal): -9522998 or 13283438. OLE color: 13283438.

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

Color convert

RGB110176202-
CMYK0.460.1300.21
HSL196.96º46.46%61.18%-
HSV(B)196.96º45.54%79.22%-
XYZ32.6238.6361.61-
YUV159.23152.1392.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.54%
GREEN value IS 176 (69.14% from 255) = 36.07%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=22.54%
G=36.07%
B=41.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1101762020.460.1300.21196.9646.4661.18
Hex6EB0CA2ED015c52e3d
Octal15626031256150253055675
Binary11011101011000011001010101110110101010111000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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