Html Css Color HEX #6DD8CE Downy

📋 copy color: '#6DD8CE'

red 109 ◦ green 216 ◦ blue 206

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

Shades of Downy #6DD8CE

Tints of Downy #6DD8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.68%

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

R = 20.53%
G = 40.68%
B = 38.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#6DD8CE (or 0x6DD8CE) is known color: Downy. HEX triplet: 6D, D8 and CE. RGB value is (109,216,206). Sum of RGB (Red+Green+Blue) = 109+216+206=531 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.53% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD8CE is #922731. Grayscale: #B6B6B6. Windows color (decimal): -9578290 or 13555821. OLE color: 13555821.

HSL color Cylindrical-coordinate representation of color #6DD8CE: hue angle of 174.39º degrees, saturation: 0.58, 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 #6DD8CE is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 216 206 -
CMYK 0.50 0 0.05 0.15
HSL 174.39º 0.58% 0.64% -
HSV(B) 174.39º 0.5% 0.85% -
XYZ 42 56.82 67.15 -
YUV 182.87 141.05 75.31 -
System Red Green Blue C M Y K H S L
Decimal 109 216 206 0.50 0 0.05 0.15 174.39 0.58 0.64
Hex 6D D8 CE 32 0 5 F AE 3A 40
Octal 155 330 316 62 0 5 17 256 72 100
Binary 1101101 11011000 11001110 110010 0 101 1111 10101110 111010 1000000

Color Harmonies of #6DD8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD8CE

Black with #6DD8CE

Text Example


Text Example

White with #6DD8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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