#6EC1D3

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

Shades of Seagull #6EC1D3

Tints of Seagull #6EC1D3

Color information

#6EC1D3 (or 0x6EC1D3) is unknown color: approx Seagull. HEX triplet: 6E, C1 and D3. RGB value is (110,193,211). Sum of RGB (Red+Green+Blue) = 110+193+211=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 211 - color contains mainly: blue. Hex color #6EC1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC1D3 is #913E2C. Grayscale: #AAAAAA. Windows color (decimal): -9518637 or 13877614. OLE color: 13877614.

HSL color Cylindrical-coordinate representation of color #6EC1D3: hue angle of 190.69º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6EC1D3 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB110193211-
CMYK0.480.0900.17
HSL190.69º53.44%62.94%-
HSV(B)190.69º47.87%82.75%-
XYZ37.2646.1668.57-
YUV170.2415185.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.40%
GREEN value IS 193 (75.78% from 255) = 37.55%
BLUE value IS 211 (82.81% from 255) = 41.05%
R=21.40%
G=37.55%
B=41.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1101932110.480.0900.17190.6953.4462.94
Hex6EC1D3309011bf353f
Octal15630132360110212776577
Binary11011101100000111010011110000100101000110111111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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