Html Css Color HEX #6DDDCE Downy

📋 copy color: '#6DDDCE'

red 109 ◦ green 221 ◦ blue 206

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

Shades of Downy #6DDDCE

Tints of Downy #6DDDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.23%

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 20.34%
G = 41.23%
B = 38.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6DDDCE (or 0x6DDDCE) is known color: Downy. HEX triplet: 6D, DD and CE. RGB value is (109,221,206). Sum of RGB (Red+Green+Blue) = 109+221+206=536 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.34% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDCE is #922231. Grayscale: #B9B9B9. Windows color (decimal): -9577010 or 13557101. OLE color: 13557101.

HSL color Cylindrical-coordinate representation of color #6DDDCE: hue angle of 171.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDCE is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 221 206 -
CMYK 0.51 0 0.07 0.13
HSL 171.96º 0.62% 0.65% -
HSV(B) 171.96º 0.51% 0.87% -
XYZ 43.3 59.42 67.58 -
YUV 185.8 139.39 73.22 -
System Red Green Blue C M Y K H S L
Decimal 109 221 206 0.51 0 0.07 0.13 171.96 0.62 0.65
Hex 6D DD CE 33 0 7 D AC 3E 41
Octal 155 335 316 63 0 7 15 254 76 101
Binary 1101101 11011101 11001110 110011 0 111 1101 10101100 111110 1000001

Color Harmonies of #6DDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDDCE

Black with #6DDDCE

Text Example


Text Example

White with #6DDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,221,206); }

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

background-color css

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

 a { background-color: rgb(109,221,206); }

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

border-color css

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

 span { border-color: rgb(109,221,206); }

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