Html Css Color HEX #6ECFBE Downy

📋 copy color: '#6ECFBE'

red 110 ◦ green 207 ◦ blue 190

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

Shades of Downy #6ECFBE

Tints of Downy #6ECFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 21.7%
G = 40.83%
B = 37.48%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#6ECFBE (or 0x6ECFBE) is known color: Downy. HEX triplet: 6E, CF and BE. RGB value is (110,207,190). Sum of RGB (Red+Green+Blue) = 110+207+190=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFBE is #913041. Grayscale: #B0B0B0. Windows color (decimal): -9515074 or 12504942. OLE color: 12504942.

HSL color Cylindrical-coordinate representation of color #6ECFBE: hue angle of 169.48º 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 #6ECFBE is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 207 190 -
CMYK 0.47 0 0.08 0.19
HSL 169.48º 0.5% 0.62% -
HSV(B) 169.48º 0.47% 0.81% -
XYZ 38.04 51.66 56.68 -
YUV 176.06 135.86 80.88 -
System Red Green Blue C M Y K H S L
Decimal 110 207 190 0.47 0 0.08 0.19 169.48 0.5 0.62
Hex 6E CF BE 2F 0 8 13 A9 32 3E
Octal 156 317 276 57 0 10 23 251 62 76
Binary 1101110 11001111 10111110 101111 0 1000 10011 10101001 110010 111110

Color Harmonies of #6ECFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECFBE

Black with #6ECFBE

Text Example


Text Example

White with #6ECFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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