Html Css Color HEX #6ECFBA Downy

📋 copy color: '#6ECFBA'

red 110 ◦ green 207 ◦ blue 186

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

Shades of Downy #6ECFBA

Tints of Downy #6ECFBA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.15%

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 21.87%
G = 41.15%
B = 36.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#6ECFBA (or 0x6ECFBA) is known color: Downy. HEX triplet: 6E, CF and BA. RGB value is (110,207,186). Sum of RGB (Red+Green+Blue) = 110+207+186=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFBA is #913045. Grayscale: #AFAFAF. Windows color (decimal): -9515078 or 12242798. OLE color: 12242798.

HSL color Cylindrical-coordinate representation of color #6ECFBA: hue angle of 167.01º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECFBA is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 207 186 -
CMYK 0.47 0 0.10 0.19
HSL 167.01º 0.5% 0.62% -
HSV(B) 167.01º 0.47% 0.81% -
XYZ 37.61 51.49 54.41 -
YUV 175.6 133.86 81.21 -
System Red Green Blue C M Y K H S L
Decimal 110 207 186 0.47 0 0.10 0.19 167.01 0.5 0.62
Hex 6E CF BA 2F 0 A 13 A7 32 3E
Octal 156 317 272 57 0 12 23 247 62 76
Binary 1101110 11001111 10111010 101111 0 1010 10011 10100111 110010 111110

Color Harmonies of #6ECFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECFBA

Black with #6ECFBA

Text Example


Text Example

White with #6ECFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,207,186); }

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

background-color css

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

 a { background-color: rgb(110,207,186); }

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

border-color css

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

 span { border-color: rgb(110,207,186); }

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