Html Css Color HEX #6DCCB9 Downy

📋 copy color: '#6DCCB9'

red 109 ◦ green 204 ◦ blue 185

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

Shades of Downy #6DCCB9

Tints of Downy #6DCCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.96%

 BLUE value IS 185 (72.66% from 255) = 37.15%

R = 21.89%
G = 40.96%
B = 37.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#6DCCB9 (or 0x6DCCB9) is known color: Downy. HEX triplet: 6D, CC and B9. RGB value is (109,204,185). Sum of RGB (Red+Green+Blue) = 109+204+185=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCB9 is #923346. Grayscale: #ADADAD. Windows color (decimal): -9581383 or 12176493. OLE color: 12176493.

HSL color Cylindrical-coordinate representation of color #6DCCB9: hue angle of 168º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCCB9 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 109 204 185 -
CMYK 0.47 0 0.09 0.2
HSL 168º 0.48% 0.61% -
HSV(B) 168º 0.47% 0.8% -
XYZ 36.66 49.94 53.61 -
YUV 173.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 109 204 185 0.47 0 0.09 0.2 168 0.48 0.61
Hex 6D CC B9 2F 0 9 14 A8 30 3D
Octal 155 314 271 57 0 11 24 250 60 75
Binary 1101101 11001100 10111001 101111 0 1001 10100 10101000 110000 111101

Color Harmonies of #6DCCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCCB9

Black with #6DCCB9

Text Example


Text Example

White with #6DCCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,204,185); }

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

background-color css

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

 a { background-color: rgb(109,204,185); }

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

border-color css

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

 span { border-color: rgb(109,204,185); }

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