Html Css Color HEX #6DCDB6 Downy

📋 copy color: '#6DCDB6'

red 109 ◦ green 205 ◦ blue 182

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

Shades of Downy #6DCDB6

Tints of Downy #6DCDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.69%

R = 21.98%
G = 41.33%
B = 36.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#6DCDB6 (or 0x6DCDB6) is known color: Downy. HEX triplet: 6D, CD and B6. RGB value is (109,205,182). Sum of RGB (Red+Green+Blue) = 109+205+182=496 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.98% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDB6 is #923249. Grayscale: #ADADAD. Windows color (decimal): -9581130 or 11980141. OLE color: 11980141.

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

Color convert

RGB 109 205 182 -
CMYK 0.47 0 0.11 0.20
HSL 165.63º 0.49% 0.62% -
HSV(B) 165.63º 0.47% 0.8% -
XYZ 36.58 50.29 52.04 -
YUV 173.67 132.7 81.87 -
System Red Green Blue C M Y K H S L
Decimal 109 205 182 0.47 0 0.11 0.20 165.63 0.49 0.62
Hex 6D CD B6 2F 0 B 14 A6 31 3E
Octal 155 315 266 57 0 13 24 246 61 76
Binary 1101101 11001101 10110110 101111 0 1011 10100 10100110 110001 111110

Color Harmonies of #6DCDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDB6

Black with #6DCDB6

Text Example


Text Example

White with #6DCDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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