Html Css Color HEX #6DCDC0 Downy

📋 copy color: '#6DCDC0'

red 109 ◦ green 205 ◦ blue 192

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

Shades of Downy #6DCDC0

Tints of Downy #6DCDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.94%

R = 21.54%
G = 40.51%
B = 37.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#6DCDC0 (or 0x6DCDC0) is known color: Downy. HEX triplet: 6D, CD and C0. RGB value is (109,205,192). Sum of RGB (Red+Green+Blue) = 109+205+192=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDC0 is #92323F. Grayscale: #AEAEAE. Windows color (decimal): -9581120 or 12635501. OLE color: 12635501.

HSL color Cylindrical-coordinate representation of color #6DCDC0: hue angle of 171.88º 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 #6DCDC0 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 205 192 -
CMYK 0.47 0 0.06 0.20
HSL 171.88º 0.49% 0.62% -
HSV(B) 171.88º 0.47% 0.8% -
XYZ 37.65 50.72 57.67 -
YUV 174.81 137.7 81.06 -
System Red Green Blue C M Y K H S L
Decimal 109 205 192 0.47 0 0.06 0.20 171.88 0.49 0.62
Hex 6D CD C0 2F 0 6 14 AC 31 3E
Octal 155 315 300 57 0 6 24 254 61 76
Binary 1101101 11001101 11000000 101111 0 110 10100 10101100 110001 111110

Color Harmonies of #6DCDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDC0

Black with #6DCDC0

Text Example


Text Example

White with #6DCDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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