#6EB2CA

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

Shades of Seagull #6EB2CA

Tints of Seagull #6EB2CA

Color information

#6EB2CA (or 0x6EB2CA) is unknown color: approx Seagull. HEX triplet: 6E, B2 and CA. RGB value is (110,178,202). Sum of RGB (Red+Green+Blue) = 110+178+202=490 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.45% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EB2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB2CA is #914D35. Grayscale: #A0A0A0. Windows color (decimal): -9522486 or 13283950. OLE color: 13283950.

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

Color convert

RGB110178202-
CMYK0.460.1200.21
HSL195.65º46.46%61.18%-
HSV(B)195.65º45.54%79.22%-
XYZ33.0139.4261.75-
YUV160.4151.4792.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.45%
GREEN value IS 178 (69.92% from 255) = 36.33%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=22.45%
G=36.33%
B=41.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1101782020.460.1200.21195.6546.4661.18
Hex6EB2CA2EC015c42e3d
Octal15626231256140253045675
Binary11011101011001011001010101110110001010111000100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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