#6eb6cd

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

Shades of Seagull #6EB6CD

Tints of Seagull #6EB6CD

Color information

#6EB6CD (or 0x6EB6CD) is unknown color: approx Seagull. HEX triplet: 6E, B6 and CD. RGB value is (110,182,205). Sum of RGB (Red+Green+Blue) = 110+182+205=497 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.13% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EB6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB6CD is #914932. Grayscale: #A2A2A2. Windows color (decimal): -9521459 or 13481582. OLE color: 13481582.

HSL color Cylindrical-coordinate representation of color #6EB6CD: hue angle of 194.53º degrees, saturation: 0.49, 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 #6EB6CD is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB110182205-
CMYK0.460.1100.20
HSL194.53º48.72%61.76%-
HSV(B)194.53º46.34%80.39%-
XYZ34.1841.1863.9-
YUV163.09151.6590.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.13%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=22.13%
G=36.62%
B=41.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101822050.460.1100.20194.5348.7261.76
Hex6EB6CD2EB014c3313e
Octal15626631556130243036176
Binary11011101011011011001101101110101101010011000011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6eb6cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,182,205); }

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

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

 a { background-color: rgb(110,182,205); }

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

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

 span { border-color: rgb(110,182,205); }

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