Html Css Color HEX #6EC5CD Seagull

📋 copy color: '#6EC5CD'

red 110 ◦ green 197 ◦ blue 205

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

Shades of Seagull #6EC5CD

Tints of Seagull #6EC5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.48%

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

R = 21.48%
G = 38.48%
B = 40.04%

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

#6EC5CD (or 0x6EC5CD) is known color: Seagull. HEX triplet: 6E, C5 and CD. RGB value is (110,197,205). Sum of RGB (Red+Green+Blue) = 110+197+205=512 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.48% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EC5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC5CD is #913A32. Grayscale: #ABABAB. Windows color (decimal): -9517619 or 13485422. OLE color: 13485422.

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

Color convert

RGB 110 197 205 -
CMYK 0.46 0.04 0 0.20
HSL 185.05º 0.49% 0.62% -
HSV(B) 185.05º 0.46% 0.8% -
XYZ 37.42 47.66 64.98 -
YUV 171.9 146.68 83.85 -
System Red Green Blue C M Y K H S L
Decimal 110 197 205 0.46 0.04 0 0.20 185.05 0.49 0.62
Hex 6E C5 CD 2E 4 0 14 B9 31 3E
Octal 156 305 315 56 4 0 24 271 61 76
Binary 1101110 11000101 11001101 101110 100 0 10100 10111001 110001 111110

Color Harmonies of #6EC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC5CD

Black with #6EC5CD

Text Example


Text Example

White with #6EC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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