Html Css Color HEX #6ECFB4 Downy

📋 copy color: '#6ECFB4'

red 110 ◦ green 207 ◦ blue 180

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

Shades of Downy #6ECFB4

Tints of Downy #6ECFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.22%

R = 22.13%
G = 41.65%
B = 36.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#6ECFB4 (or 0x6ECFB4) is known color: Downy. HEX triplet: 6E, CF and B4. RGB value is (110,207,180). Sum of RGB (Red+Green+Blue) = 110+207+180=497 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.13% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFB4 is #91304B. Grayscale: #AEAEAE. Windows color (decimal): -9515084 or 11849582. OLE color: 11849582.

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

Color convert

RGB 110 207 180 -
CMYK 0.47 0 0.13 0.19
HSL 163.3º 0.5% 0.62% -
HSV(B) 163.3º 0.47% 0.81% -
XYZ 36.98 51.24 51.12 -
YUV 174.92 130.86 81.7 -
System Red Green Blue C M Y K H S L
Decimal 110 207 180 0.47 0 0.13 0.19 163.3 0.5 0.62
Hex 6E CF B4 2F 0 D 13 A3 32 3E
Octal 156 317 264 57 0 15 23 243 62 76
Binary 1101110 11001111 10110100 101111 0 1101 10011 10100011 110010 111110

Color Harmonies of #6ECFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECFB4

Black with #6ECFB4

Text Example


Text Example

White with #6ECFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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