#6ec2d3

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

Shades of Seagull #6EC2D3

Tints of Seagull #6EC2D3

Color information

#6EC2D3 (or 0x6EC2D3) is unknown color: approx Seagull. HEX triplet: 6E, C2 and D3. RGB value is (110,194,211). Sum of RGB (Red+Green+Blue) = 110+194+211=515 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.36% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #6EC2D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC2D3 is #913D2C. Grayscale: #AAAAAA. Windows color (decimal): -9518381 or 13877870. OLE color: 13877870.

HSL color Cylindrical-coordinate representation of color #6EC2D3: hue angle of 190.1º 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 #6EC2D3 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB110194211-
CMYK0.480.0800.17
HSL190.1º53.44%62.94%-
HSV(B)190.1º47.87%82.75%-
XYZ37.4846.668.65-
YUV170.82150.6784.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.36%
GREEN value IS 194 (76.17% from 255) = 37.67%
BLUE value IS 211 (82.81% from 255) = 40.97%
R=21.36%
G=37.67%
B=40.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1101942110.480.0800.17190.153.4462.94
Hex6EC2D3308011be353f
Octal15630232360100212766577
Binary11011101100001011010011110000100001000110111110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ec2d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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