#6EC1CD

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

Shades of Seagull #6EC1CD

Tints of Seagull #6EC1CD

Color information

#6EC1CD (or 0x6EC1CD) is unknown color: approx Seagull. HEX triplet: 6E, C1 and CD. RGB value is (110,193,205). Sum of RGB (Red+Green+Blue) = 110+193+205=508 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.65% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EC1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC1CD is #913E32. Grayscale: #A9A9A9. Windows color (decimal): -9518643 or 13484398. OLE color: 13484398.

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

Color convert

RGB110193205-
CMYK0.460.0600.20
HSL187.58º48.72%61.76%-
HSV(B)187.58º46.34%80.39%-
XYZ36.5245.8664.69-
YUV169.5514885.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.65%
GREEN value IS 193 (75.78% from 255) = 37.99%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=21.65%
G=37.99%
B=40.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101932050.460.0600.20187.5848.7261.76
Hex6EC1CD2E6014bc313e
Octal1563013155660242746176
Binary1101110110000011100110110111011001010010111100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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