Html Css Color HEX #6ECFC1 Downy

📋 copy color: '#6ECFC1'

red 110 ◦ green 207 ◦ blue 193

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

Shades of Downy #6ECFC1

Tints of Downy #6ECFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.84%

R = 21.57%
G = 40.59%
B = 37.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#6ECFC1 (or 0x6ECFC1) is known color: Downy. HEX triplet: 6E, CF and C1. RGB value is (110,207,193). Sum of RGB (Red+Green+Blue) = 110+207+193=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFC1 is #91303E. Grayscale: #B0B0B0. Windows color (decimal): -9515071 or 12701550. OLE color: 12701550.

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

Color convert

RGB 110 207 193 -
CMYK 0.47 0 0.07 0.19
HSL 171.34º 0.5% 0.62% -
HSV(B) 171.34º 0.47% 0.81% -
XYZ 38.37 51.79 58.43 -
YUV 176.4 137.36 80.64 -
System Red Green Blue C M Y K H S L
Decimal 110 207 193 0.47 0 0.07 0.19 171.34 0.5 0.62
Hex 6E CF C1 2F 0 7 13 AB 32 3E
Octal 156 317 301 57 0 7 23 253 62 76
Binary 1101110 11001111 11000001 101111 0 111 10011 10101011 110010 111110

Color Harmonies of #6ECFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECFC1

Black with #6ECFC1

Text Example


Text Example

White with #6ECFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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