#6EC1D6

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

Shades of Seagull #6EC1D6

Tints of Seagull #6EC1D6

Color information

#6EC1D6 (or 0x6EC1D6) is unknown color: approx Seagull. HEX triplet: 6E, C1 and D6. RGB value is (110,193,214). Sum of RGB (Red+Green+Blue) = 110+193+214=517 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.28% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #6EC1D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC1D6 is #913E29. Grayscale: #AAAAAA. Windows color (decimal): -9518634 or 14074222. OLE color: 14074222.

HSL color Cylindrical-coordinate representation of color #6EC1D6: hue angle of 192.12º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6EC1D6 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB110193214-
CMYK0.490.1000.16
HSL192.12º55.91%63.53%-
HSV(B)192.12º48.6%83.92%-
XYZ37.6446.3170.57-
YUV170.58152.584.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.28%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 214 (83.98% from 255) = 41.39%
R=21.28%
G=37.33%
B=41.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1101932140.490.1000.16192.1255.9163.53
Hex6EC1D631A010c03840
Octal156301326611202030070100
Binary110111011000001110101101100011010010000110000001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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