Html Css Color HEX #6DD8C5 Downy

📋 copy color: '#6DD8C5'

red 109 ◦ green 216 ◦ blue 197

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

Shades of Downy #6DD8C5

Tints of Downy #6DD8C5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.38%

 BLUE value IS 197 (77.34% from 255) = 37.74%

R = 20.88%
G = 41.38%
B = 37.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#6DD8C5 (or 0x6DD8C5) is known color: Downy. HEX triplet: 6D, D8 and C5. RGB value is (109,216,197). Sum of RGB (Red+Green+Blue) = 109+216+197=522 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.88% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD8C5 is #92273A. Grayscale: #B5B5B5. Windows color (decimal): -9578299 or 12965997. OLE color: 12965997.

HSL color Cylindrical-coordinate representation of color #6DD8C5: hue angle of 169.35º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD8C5 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 216 197 -
CMYK 0.50 0 0.09 0.15
HSL 169.35º 0.58% 0.64% -
HSV(B) 169.35º 0.5% 0.85% -
XYZ 40.94 56.39 61.55 -
YUV 181.84 136.55 76.04 -
System Red Green Blue C M Y K H S L
Decimal 109 216 197 0.50 0 0.09 0.15 169.35 0.58 0.64
Hex 6D D8 C5 32 0 9 F A9 3A 40
Octal 155 330 305 62 0 11 17 251 72 100
Binary 1101101 11011000 11000101 110010 0 1001 1111 10101001 111010 1000000

Color Harmonies of #6DD8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD8C5

Black with #6DD8C5

Text Example


Text Example

White with #6DD8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,216,197); }

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

background-color css

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

 a { background-color: rgb(109,216,197); }

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

border-color css

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

 span { border-color: rgb(109,216,197); }

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