Html Css Color HEX #6DD5BE Downy

📋 copy color: '#6DD5BE'

red 109 ◦ green 213 ◦ blue 190

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

Shades of Downy #6DD5BE

Tints of Downy #6DD5BE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.6%

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 21.29%
G = 41.6%
B = 37.11%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#6DD5BE (or 0x6DD5BE) is known color: Downy. HEX triplet: 6D, D5 and BE. RGB value is (109,213,190). Sum of RGB (Red+Green+Blue) = 109+213+190=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #6DD5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD5BE is #922A41. Grayscale: #B3B3B3. Windows color (decimal): -9579074 or 12506477. OLE color: 12506477.

HSL color Cylindrical-coordinate representation of color #6DD5BE: hue angle of 166.73º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD5BE is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 213 190 -
CMYK 0.49 0 0.11 0.16
HSL 166.73º 0.55% 0.63% -
HSV(B) 166.73º 0.49% 0.84% -
XYZ 39.4 54.56 57.17 -
YUV 179.28 134.04 77.87 -
System Red Green Blue C M Y K H S L
Decimal 109 213 190 0.49 0 0.11 0.16 166.73 0.55 0.63
Hex 6D D5 BE 31 0 B 10 A7 37 3F
Octal 155 325 276 61 0 13 20 247 67 77
Binary 1101101 11010101 10111110 110001 0 1011 10000 10100111 110111 111111

Color Harmonies of #6DD5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD5BE

Black with #6DD5BE

Text Example


Text Example

White with #6DD5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,213,190); }

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

background-color css

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

 a { background-color: rgb(109,213,190); }

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

border-color css

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

 span { border-color: rgb(109,213,190); }

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