Html Css Color HEX #6DCDC5 Downy

📋 copy color: '#6DCDC5'

red 109 ◦ green 205 ◦ blue 197

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

Shades of Downy #6DCDC5

Tints of Downy #6DCDC5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.12%

 BLUE value IS 197 (77.34% from 255) = 38.55%

R = 21.33%
G = 40.12%
B = 38.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#6DCDC5 (or 0x6DCDC5) is known color: Downy. HEX triplet: 6D, CD and C5. RGB value is (109,205,197). Sum of RGB (Red+Green+Blue) = 109+205+197=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDC5 is #92323A. Grayscale: #AFAFAF. Windows color (decimal): -9581115 or 12963181. OLE color: 12963181.

HSL color Cylindrical-coordinate representation of color #6DCDC5: hue angle of 175º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCDC5 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 205 197 -
CMYK 0.47 0 0.04 0.20
HSL 175º 0.49% 0.62% -
HSV(B) 175º 0.47% 0.8% -
XYZ 38.22 50.95 60.64 -
YUV 175.38 140.2 80.65 -
System Red Green Blue C M Y K H S L
Decimal 109 205 197 0.47 0 0.04 0.20 175 0.49 0.62
Hex 6D CD C5 2F 0 4 14 AF 31 3E
Octal 155 315 305 57 0 4 24 257 61 76
Binary 1101101 11001101 11000101 101111 0 100 10100 10101111 110001 111110

Color Harmonies of #6DCDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDC5

Black with #6DCDC5

Text Example


Text Example

White with #6DCDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,205,197); }

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

background-color css

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

 a { background-color: rgb(109,205,197); }

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

border-color css

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

 span { border-color: rgb(109,205,197); }

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