Html Css Color HEX #6DDDBB Downy

📋 copy color: '#6DDDBB'

red 109 ◦ green 221 ◦ blue 187

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

Shades of Downy #6DDDBB

Tints of Downy #6DDDBB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.75%

 BLUE value IS 187 (73.44% from 255) = 36.17%

R = 21.08%
G = 42.75%
B = 36.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#6DDDBB (or 0x6DDDBB) is known color: Downy. HEX triplet: 6D, DD and BB. RGB value is (109,221,187). Sum of RGB (Red+Green+Blue) = 109+221+187=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDBB is #922244. Grayscale: #B7B7B7. Windows color (decimal): -9577029 or 12311917. OLE color: 12311917.

HSL color Cylindrical-coordinate representation of color #6DDDBB: hue angle of 161.79º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDBB is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 221 187 -
CMYK 0.51 0 0.15 0.13
HSL 161.79º 0.62% 0.65% -
HSV(B) 161.79º 0.51% 0.87% -
XYZ 41.13 58.55 56.15 -
YUV 183.64 129.89 74.76 -
System Red Green Blue C M Y K H S L
Decimal 109 221 187 0.51 0 0.15 0.13 161.79 0.62 0.65
Hex 6D DD BB 33 0 F D A2 3E 41
Octal 155 335 273 63 0 17 15 242 76 101
Binary 1101101 11011101 10111011 110011 0 1111 1101 10100010 111110 1000001

Color Harmonies of #6DDDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDDBB

Black with #6DDDBB

Text Example


Text Example

White with #6DDDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,221,187); }

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

background-color css

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

 a { background-color: rgb(109,221,187); }

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

border-color css

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

 span { border-color: rgb(109,221,187); }

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