Html Css Color HEX #6DDAC9 Downy

📋 copy color: '#6DDAC9'

red 109 ◦ green 218 ◦ blue 201

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

Shades of Downy #6DDAC9

Tints of Downy #6DDAC9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.29%

 BLUE value IS 201 (78.91% from 255) = 38.07%

R = 20.64%
G = 41.29%
B = 38.07%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#6DDAC9 (or 0x6DDAC9) is known color: Downy. HEX triplet: 6D, DA and C9. RGB value is (109,218,201). Sum of RGB (Red+Green+Blue) = 109+218+201=528 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.64% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDAC9 is #922536. Grayscale: #B7B7B7. Windows color (decimal): -9577783 or 13228653. OLE color: 13228653.

HSL color Cylindrical-coordinate representation of color #6DDAC9: hue angle of 170.64º degrees, saturation: 0.6, 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 #6DDAC9 is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 218 201 -
CMYK 0.5 0 0.08 0.15
HSL 170.64º 0.6% 0.64% -
HSV(B) 170.64º 0.5% 0.85% -
XYZ 41.92 57.61 64.17 -
YUV 183.47 137.89 74.88 -
System Red Green Blue C M Y K H S L
Decimal 109 218 201 0.5 0 0.08 0.15 170.64 0.6 0.64
Hex 6D DA C9 32 0 8 F AB 3C 40
Octal 155 332 311 62 0 10 17 253 74 100
Binary 1101101 11011010 11001001 110010 0 1000 1111 10101011 111100 1000000

Color Harmonies of #6DDAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDAC9

Black with #6DDAC9

Text Example


Text Example

White with #6DDAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,218,201); }

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

background-color css

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

 a { background-color: rgb(109,218,201); }

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

border-color css

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

 span { border-color: rgb(109,218,201); }

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