Html Css Color HEX #6DDAC5 Downy

📋 copy color: '#6DDAC5'

red 109 ◦ green 218 ◦ blue 197

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

Shades of Downy #6DDAC5

Tints of Downy #6DDAC5

RGB

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

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

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

R = 20.8%
G = 41.6%
B = 37.6%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#6DDAC5 (or 0x6DDAC5) is known color: Downy. HEX triplet: 6D, DA and C5. RGB value is (109,218,197). Sum of RGB (Red+Green+Blue) = 109+218+197=524 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.80% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDAC5 is #92253A. Grayscale: #B6B6B6. Windows color (decimal): -9577787 or 12966509. OLE color: 12966509.

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

Color convert

RGB 109 218 197 -
CMYK 0.5 0 0.10 0.15
HSL 168.44º 0.6% 0.64% -
HSV(B) 168.44º 0.5% 0.85% -
XYZ 41.46 57.43 61.72 -
YUV 183.02 135.89 75.21 -
System Red Green Blue C M Y K H S L
Decimal 109 218 197 0.5 0 0.10 0.15 168.44 0.6 0.64
Hex 6D DA C5 32 0 A F A8 3C 40
Octal 155 332 305 62 0 12 17 250 74 100
Binary 1101101 11011010 11000101 110010 0 1010 1111 10101000 111100 1000000

Color Harmonies of #6DDAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDAC5

Black with #6DDAC5

Text Example


Text Example

White with #6DDAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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