Html Css Color HEX #6DCCBA Downy

📋 copy color: '#6DCCBA'

red 109 ◦ green 204 ◦ blue 186

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

Shades of Downy #6DCCBA

Tints of Downy #6DCCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 21.84%
G = 40.88%
B = 37.27%

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

#6DCCBA (or 0x6DCCBA) is known color: Downy. HEX triplet: 6D, CC and BA. RGB value is (109,204,186). Sum of RGB (Red+Green+Blue) = 109+204+186=499 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.84% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCBA is #923345. Grayscale: #ADADAD. Windows color (decimal): -9581382 or 12242029. OLE color: 12242029.

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

Color convert

RGB 109 204 186 -
CMYK 0.47 0 0.09 0.2
HSL 168.63º 0.48% 0.61% -
HSV(B) 168.63º 0.47% 0.8% -
XYZ 36.76 49.98 54.16 -
YUV 173.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 109 204 186 0.47 0 0.09 0.2 168.63 0.48 0.61
Hex 6D CC BA 2F 0 9 14 A9 30 3D
Octal 155 314 272 57 0 11 24 251 60 75
Binary 1101101 11001100 10111010 101111 0 1001 10100 10101001 110000 111101

Color Harmonies of #6DCCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCCBA

Black with #6DCCBA

Text Example


Text Example

White with #6DCCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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