Html Css Color HEX #6DD3CE Downy

📋 copy color: '#6DD3CE'

red 109 ◦ green 211 ◦ blue 206

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

Shades of Downy #6DD3CE

Tints of Downy #6DD3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.11%

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

R = 20.72%
G = 40.11%
B = 39.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#6DD3CE (or 0x6DD3CE) is known color: Downy. HEX triplet: 6D, D3 and CE. RGB value is (109,211,206). Sum of RGB (Red+Green+Blue) = 109+211+206=526 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.72% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #6DD3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD3CE is #922C31. Grayscale: #B3B3B3. Windows color (decimal): -9579570 or 13554541. OLE color: 13554541.

HSL color Cylindrical-coordinate representation of color #6DD3CE: hue angle of 177.06º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD3CE is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 109 211 206 -
CMYK 0.48 0 0.02 0.17
HSL 177.06º 0.54% 0.63% -
HSV(B) 177.06º 0.48% 0.83% -
XYZ 40.74 54.3 66.73 -
YUV 179.93 142.71 77.41 -
System Red Green Blue C M Y K H S L
Decimal 109 211 206 0.48 0 0.02 0.17 177.06 0.54 0.63
Hex 6D D3 CE 30 0 2 11 B1 36 3F
Octal 155 323 316 60 0 2 21 261 66 77
Binary 1101101 11010011 11001110 110000 0 10 10001 10110001 110110 111111

Color Harmonies of #6DD3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD3CE

Black with #6DD3CE

Text Example


Text Example

White with #6DD3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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