Html Css Color HEX #6EC2CD Seagull

📋 copy color: '#6EC2CD'

red 110 ◦ green 194 ◦ blue 205

#6EC2CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #6EC2CD

Tints of Seagull #6EC2CD

RGB

 RED value IS 110 (43.36% from 255) = 21.61%

 GREEN value IS 194 (76.17% from 255) = 38.11%

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 21.61%
G = 38.11%
B = 40.28%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6EC2CD (or 0x6EC2CD) is known color: Seagull. HEX triplet: 6E, C2 and CD. RGB value is (110,194,205). Sum of RGB (Red+Green+Blue) = 110+194+205=509 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.61% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EC2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC2CD is #913D32. Grayscale: #AAAAAA. Windows color (decimal): -9518387 or 13484654. OLE color: 13484654.

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

Color convert

RGB 110 194 205 -
CMYK 0.46 0.05 0 0.20
HSL 186.95º 0.49% 0.62% -
HSV(B) 186.95º 0.46% 0.8% -
XYZ 36.74 46.31 64.76 -
YUV 170.14 147.67 85.11 -
System Red Green Blue C M Y K H S L
Decimal 110 194 205 0.46 0.05 0 0.20 186.95 0.49 0.62
Hex 6E C2 CD 2E 5 0 14 BB 31 3E
Octal 156 302 315 56 5 0 24 273 61 76
Binary 1101110 11000010 11001101 101110 101 0 10100 10111011 110001 111110

Color Harmonies of #6EC2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC2CD

Black with #6EC2CD

Text Example


Text Example

White with #6EC2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EC2CD;
 }
 .AnyTagClassName
 {
   color: #6EC2CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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