Html Css Color HEX #6DD3B9 Downy

📋 copy color: '#6DD3B9'

red 109 ◦ green 211 ◦ blue 185

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

Shades of Downy #6DD3B9

Tints of Downy #6DD3B9

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.78%

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 21.58%
G = 41.78%
B = 36.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#6DD3B9 (or 0x6DD3B9) is known color: Downy. HEX triplet: 6D, D3 and B9. RGB value is (109,211,185). Sum of RGB (Red+Green+Blue) = 109+211+185=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #6DD3B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD3B9 is #922C46. Grayscale: #B1B1B1. Windows color (decimal): -9579591 or 12178285. OLE color: 12178285.

HSL color Cylindrical-coordinate representation of color #6DD3B9: hue angle of 164.71º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD3B9 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 109 211 185 -
CMYK 0.48 0 0.12 0.17
HSL 164.71º 0.54% 0.63% -
HSV(B) 164.71º 0.48% 0.83% -
XYZ 38.36 53.34 54.17 -
YUV 177.54 132.21 79.11 -
System Red Green Blue C M Y K H S L
Decimal 109 211 185 0.48 0 0.12 0.17 164.71 0.54 0.63
Hex 6D D3 B9 30 0 C 11 A5 36 3F
Octal 155 323 271 60 0 14 21 245 66 77
Binary 1101101 11010011 10111001 110000 0 1100 10001 10100101 110110 111111

Color Harmonies of #6DD3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD3B9

Black with #6DD3B9

Text Example


Text Example

White with #6DD3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,211,185); }

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

background-color css

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

 a { background-color: rgb(109,211,185); }

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

border-color css

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

 span { border-color: rgb(109,211,185); }

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