Html Css Color HEX #6DDDC7 Downy

📋 copy color: '#6DDDC7'

red 109 ◦ green 221 ◦ blue 199

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

Shades of Downy #6DDDC7

Tints of Downy #6DDDC7

RGB

 RED value IS 109 (42.97% from 255) = 20.6%

 GREEN value IS 221 (86.72% from 255) = 41.78%

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

R = 20.6%
G = 41.78%
B = 37.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#6DDDC7 (or 0x6DDDC7) is known color: Downy. HEX triplet: 6D, DD and C7. RGB value is (109,221,199). Sum of RGB (Red+Green+Blue) = 109+221+199=529 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.60% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDC7 is #922238. Grayscale: #B8B8B8. Windows color (decimal): -9577017 or 13098349. OLE color: 13098349.

HSL color Cylindrical-coordinate representation of color #6DDDC7: hue angle of 168.21º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDC7 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 221 199 -
CMYK 0.51 0 0.10 0.13
HSL 168.21º 0.62% 0.65% -
HSV(B) 168.21º 0.51% 0.87% -
XYZ 42.47 59.09 63.2 -
YUV 185 135.89 73.79 -
System Red Green Blue C M Y K H S L
Decimal 109 221 199 0.51 0 0.10 0.13 168.21 0.62 0.65
Hex 6D DD C7 33 0 A D A8 3E 41
Octal 155 335 307 63 0 12 15 250 76 101
Binary 1101101 11011101 11000111 110011 0 1010 1101 10101000 111110 1000001

Color Harmonies of #6DDDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDDC7

Black with #6DDDC7

Text Example


Text Example

White with #6DDDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,221,199); }

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

background-color css

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

 a { background-color: rgb(109,221,199); }

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

border-color css

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

 span { border-color: rgb(109,221,199); }

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