Html Css Color HEX #6EC4CD Seagull

📋 copy color: '#6EC4CD'

red 110 ◦ green 196 ◦ blue 205

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

Shades of Seagull #6EC4CD

Tints of Seagull #6EC4CD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.36%

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

R = 21.53%
G = 38.36%
B = 40.12%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6EC4CD (or 0x6EC4CD) is known color: Seagull. HEX triplet: 6E, C4 and CD. RGB value is (110,196,205). Sum of RGB (Red+Green+Blue) = 110+196+205=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EC4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC4CD is #913B32. Grayscale: #ABABAB. Windows color (decimal): -9517875 or 13485166. OLE color: 13485166.

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

Color convert

RGB 110 196 205 -
CMYK 0.46 0.04 0 0.20
HSL 185.68º 0.49% 0.62% -
HSV(B) 185.68º 0.46% 0.8% -
XYZ 37.19 47.2 64.91 -
YUV 171.31 147.01 84.27 -
System Red Green Blue C M Y K H S L
Decimal 110 196 205 0.46 0.04 0 0.20 185.68 0.49 0.62
Hex 6E C4 CD 2E 4 0 14 BA 31 3E
Octal 156 304 315 56 4 0 24 272 61 76
Binary 1101110 11000100 11001101 101110 100 0 10100 10111010 110001 111110

Color Harmonies of #6EC4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC4CD

Black with #6EC4CD

Text Example


Text Example

White with #6EC4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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