Html Css Color HEX #6DDBBA Downy

📋 copy color: '#6DDBBA'

red 109 ◦ green 219 ◦ blue 186

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

Shades of Downy #6DDBBA

Tints of Downy #6DDBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.61%

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

R = 21.21%
G = 42.61%
B = 36.19%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#6DDBBA (or 0x6DDBBA) is known color: Downy. HEX triplet: 6D, DB and BA. RGB value is (109,219,186). Sum of RGB (Red+Green+Blue) = 109+219+186=514 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.21% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDBBA is #922445. Grayscale: #B6B6B6. Windows color (decimal): -9577542 or 12245869. OLE color: 12245869.

HSL color Cylindrical-coordinate representation of color #6DDBBA: hue angle of 162º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDBBA is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 219 186 -
CMYK 0.50 0 0.15 0.14
HSL 162º 0.6% 0.64% -
HSV(B) 162º 0.5% 0.86% -
XYZ 40.5 57.46 55.41 -
YUV 182.35 130.06 75.68 -
System Red Green Blue C M Y K H S L
Decimal 109 219 186 0.50 0 0.15 0.14 162 0.6 0.64
Hex 6D DB BA 32 0 F E A2 3C 40
Octal 155 333 272 62 0 17 16 242 74 100
Binary 1101101 11011011 10111010 110010 0 1111 1110 10100010 111100 1000000

Color Harmonies of #6DDBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDBBA

Black with #6DDBBA

Text Example


Text Example

White with #6DDBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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