Html Css Color HEX #6DCDBC Downy

📋 copy color: '#6DCDBC'

red 109 ◦ green 205 ◦ blue 188

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

Shades of Downy #6DCDBC

Tints of Downy #6DCDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.45%

R = 21.71%
G = 40.84%
B = 37.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#6DCDBC (or 0x6DCDBC) is known color: Downy. HEX triplet: 6D, CD and BC. RGB value is (109,205,188). Sum of RGB (Red+Green+Blue) = 109+205+188=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDBC is #923243. Grayscale: #AEAEAE. Windows color (decimal): -9581124 or 12373357. OLE color: 12373357.

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

Color convert

RGB 109 205 188 -
CMYK 0.47 0 0.08 0.20
HSL 169.38º 0.49% 0.62% -
HSV(B) 169.38º 0.47% 0.8% -
XYZ 37.22 50.54 55.37 -
YUV 174.36 135.7 81.38 -
System Red Green Blue C M Y K H S L
Decimal 109 205 188 0.47 0 0.08 0.20 169.38 0.49 0.62
Hex 6D CD BC 2F 0 8 14 A9 31 3E
Octal 155 315 274 57 0 10 24 251 61 76
Binary 1101101 11001101 10111100 101111 0 1000 10100 10101001 110001 111110

Color Harmonies of #6DCDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDBC

Black with #6DCDBC

Text Example


Text Example

White with #6DCDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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