Html Css Color HEX #6DDCC6 Downy

📋 copy color: '#6DDCC6'

red 109 ◦ green 220 ◦ blue 198

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

Shades of Downy #6DDCC6

Tints of Downy #6DDCC6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.75%

 BLUE value IS 198 (77.73% from 255) = 37.57%

R = 20.68%
G = 41.75%
B = 37.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#6DDCC6 (or 0x6DDCC6) is known color: Downy. HEX triplet: 6D, DC and C6. RGB value is (109,220,198). Sum of RGB (Red+Green+Blue) = 109+220+198=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCC6 is #922339. Grayscale: #B8B8B8. Windows color (decimal): -9577274 or 13032557. OLE color: 13032557.

HSL color Cylindrical-coordinate representation of color #6DDCC6: hue angle of 168.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDCC6 is Cyan = 0.50, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 220 198 -
CMYK 0.50 0 0.1 0.14
HSL 168.11º 0.61% 0.65% -
HSV(B) 168.11º 0.5% 0.86% -
XYZ 42.09 58.51 62.5 -
YUV 184.3 135.73 74.29 -
System Red Green Blue C M Y K H S L
Decimal 109 220 198 0.50 0 0.1 0.14 168.11 0.61 0.65
Hex 6D DC C6 32 0 A E A8 3D 41
Octal 155 334 306 62 0 12 16 250 75 101
Binary 1101101 11011100 11000110 110010 0 1010 1110 10101000 111101 1000001

Color Harmonies of #6DDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDCC6

Black with #6DDCC6

Text Example


Text Example

White with #6DDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,220,198); }

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

background-color css

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

 a { background-color: rgb(109,220,198); }

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

border-color css

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

 span { border-color: rgb(109,220,198); }

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