Html Css Color HEX #6ECFC7 Downy

📋 copy color: '#6ECFC7'

red 110 ◦ green 207 ◦ blue 199

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

Shades of Downy #6ECFC7

Tints of Downy #6ECFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.57%

R = 21.32%
G = 40.12%
B = 38.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#6ECFC7 (or 0x6ECFC7) is known color: Downy. HEX triplet: 6E, CF and C7. RGB value is (110,207,199). Sum of RGB (Red+Green+Blue) = 110+207+199=516 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.32% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFC7 is #913038. Grayscale: #B1B1B1. Windows color (decimal): -9515065 or 13094766. OLE color: 13094766.

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

Color convert

RGB 110 207 199 -
CMYK 0.47 0 0.04 0.19
HSL 175.05º 0.5% 0.62% -
HSV(B) 175.05º 0.47% 0.81% -
XYZ 39.05 52.06 62.02 -
YUV 177.09 140.36 80.15 -
System Red Green Blue C M Y K H S L
Decimal 110 207 199 0.47 0 0.04 0.19 175.05 0.5 0.62
Hex 6E CF C7 2F 0 4 13 AF 32 3E
Octal 156 317 307 57 0 4 23 257 62 76
Binary 1101110 11001111 11000111 101111 0 100 10011 10101111 110010 111110

Color Harmonies of #6ECFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECFC7

Black with #6ECFC7

Text Example


Text Example

White with #6ECFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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