Html Css Color HEX #6EC7BC Downy

📋 copy color: '#6EC7BC'

red 110 ◦ green 199 ◦ blue 188

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

Shades of Downy #6EC7BC

Tints of Downy #6EC7BC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.04%

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 22.13%
G = 40.04%
B = 37.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#6EC7BC (or 0x6EC7BC) is known color: Downy. HEX triplet: 6E, C7 and BC. RGB value is (110,199,188). Sum of RGB (Red+Green+Blue) = 110+199+188=497 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.13% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 199 - color contains mainly: green. Hex color #6EC7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC7BC is #913843. Grayscale: #ABABAB. Windows color (decimal): -9517124 or 12371822. OLE color: 12371822.

HSL color Cylindrical-coordinate representation of color #6EC7BC: hue angle of 172.58º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EC7BC is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 110 199 188 -
CMYK 0.45 0 0.06 0.22
HSL 172.58º 0.44% 0.61% -
HSV(B) 172.58º 0.45% 0.78% -
XYZ 35.93 47.79 54.91 -
YUV 171.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 110 199 188 0.45 0 0.06 0.22 172.58 0.44 0.61
Hex 6E C7 BC 2D 0 6 16 AD 2C 3D
Octal 156 307 274 55 0 6 26 255 54 75
Binary 1101110 11000111 10111100 101101 0 110 10110 10101101 101100 111101

Color Harmonies of #6EC7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC7BC

Black with #6EC7BC

Text Example


Text Example

White with #6EC7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,199,188); }

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

background-color css

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

 a { background-color: rgb(110,199,188); }

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

border-color css

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

 span { border-color: rgb(110,199,188); }

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