Html Css Color HEX #6DD8C3 Downy

📋 copy color: '#6DD8C3'

red 109 ◦ green 216 ◦ blue 195

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

Shades of Downy #6DD8C3

Tints of Downy #6DD8C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.5%

R = 20.96%
G = 41.54%
B = 37.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#6DD8C3 (or 0x6DD8C3) is known color: Downy. HEX triplet: 6D, D8 and C3. RGB value is (109,216,195). Sum of RGB (Red+Green+Blue) = 109+216+195=520 (68% of max value = 765). Red value is 109 (42.97% from 255 or 20.96% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD8C3 is #92273C. Grayscale: #B5B5B5. Windows color (decimal): -9578301 or 12834925. OLE color: 12834925.

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

Color convert

RGB 109 216 195 -
CMYK 0.50 0 0.10 0.15
HSL 168.22º 0.58% 0.64% -
HSV(B) 168.22º 0.5% 0.85% -
XYZ 40.71 56.3 60.35 -
YUV 181.61 135.55 76.21 -
System Red Green Blue C M Y K H S L
Decimal 109 216 195 0.50 0 0.10 0.15 168.22 0.58 0.64
Hex 6D D8 C3 32 0 A F A8 3A 40
Octal 155 330 303 62 0 12 17 250 72 100
Binary 1101101 11011000 11000011 110010 0 1010 1111 10101000 111010 1000000

Color Harmonies of #6DD8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD8C3

Black with #6DD8C3

Text Example


Text Example

White with #6DD8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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