Html Css Color HEX #6DD9CA Downy

📋 copy color: '#6DD9CA'

red 109 ◦ green 217 ◦ blue 202

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

Shades of Downy #6DD9CA

Tints of Downy #6DD9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.1%

 BLUE value IS 202 (79.3% from 255) = 38.26%

R = 20.64%
G = 41.1%
B = 38.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#6DD9CA (or 0x6DD9CA) is known color: Downy. HEX triplet: 6D, D9 and CA. RGB value is (109,217,202). Sum of RGB (Red+Green+Blue) = 109+217+202=528 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.64% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD9CA is #922635. Grayscale: #B6B6B6. Windows color (decimal): -9578038 or 13293933. OLE color: 13293933.

HSL color Cylindrical-coordinate representation of color #6DD9CA: hue angle of 171.67º degrees, saturation: 0.59, 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 #6DD9CA is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 217 202 -
CMYK 0.50 0 0.07 0.15
HSL 171.67º 0.59% 0.64% -
HSV(B) 171.67º 0.5% 0.85% -
XYZ 41.78 57.14 64.7 -
YUV 183 138.72 75.22 -
System Red Green Blue C M Y K H S L
Decimal 109 217 202 0.50 0 0.07 0.15 171.67 0.59 0.64
Hex 6D D9 CA 32 0 7 F AC 3B 40
Octal 155 331 312 62 0 7 17 254 73 100
Binary 1101101 11011001 11001010 110010 0 111 1111 10101100 111011 1000000

Color Harmonies of #6DD9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD9CA

Black with #6DD9CA

Text Example


Text Example

White with #6DD9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,217,202); }

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

background-color css

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

 a { background-color: rgb(109,217,202); }

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

border-color css

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

 span { border-color: rgb(109,217,202); }

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