Html Css Color HEX #6DCDB5 Downy

📋 copy color: '#6DCDB5'

red 109 ◦ green 205 ◦ blue 181

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

Shades of Downy #6DCDB5

Tints of Downy #6DCDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.57%

R = 22.02%
G = 41.41%
B = 36.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#6DCDB5 (or 0x6DCDB5) is known color: Downy. HEX triplet: 6D, CD and B5. RGB value is (109,205,181). Sum of RGB (Red+Green+Blue) = 109+205+181=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDB5 is #92324A. Grayscale: #ADADAD. Windows color (decimal): -9581131 or 11914605. OLE color: 11914605.

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

Color convert

RGB 109 205 181 -
CMYK 0.47 0 0.12 0.20
HSL 165º 0.49% 0.62% -
HSV(B) 165º 0.47% 0.8% -
XYZ 36.48 50.25 51.49 -
YUV 173.56 132.2 81.95 -
System Red Green Blue C M Y K H S L
Decimal 109 205 181 0.47 0 0.12 0.20 165 0.49 0.62
Hex 6D CD B5 2F 0 C 14 A5 31 3E
Octal 155 315 265 57 0 14 24 245 61 76
Binary 1101101 11001101 10110101 101111 0 1100 10100 10100101 110001 111110

Color Harmonies of #6DCDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDB5

Black with #6DCDB5

Text Example


Text Example

White with #6DCDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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