Html Css Color HEX #6DDBBE Downy

📋 copy color: '#6DDBBE'

red 109 ◦ green 219 ◦ blue 190

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

Shades of Downy #6DDBBE

Tints of Downy #6DDBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 21.04%
G = 42.28%
B = 36.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#6DDBBE (or 0x6DDBBE) is known color: Downy. HEX triplet: 6D, DB and BE. RGB value is (109,219,190). Sum of RGB (Red+Green+Blue) = 109+219+190=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDBBE is #922441. Grayscale: #B6B6B6. Windows color (decimal): -9577538 or 12508013. OLE color: 12508013.

HSL color Cylindrical-coordinate representation of color #6DDBBE: hue angle of 164.18º 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 #6DDBBE is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 219 190 -
CMYK 0.50 0 0.13 0.14
HSL 164.18º 0.6% 0.64% -
HSV(B) 164.18º 0.5% 0.86% -
XYZ 40.93 57.63 57.68 -
YUV 182.8 132.06 75.36 -
System Red Green Blue C M Y K H S L
Decimal 109 219 190 0.50 0 0.13 0.14 164.18 0.6 0.64
Hex 6D DB BE 32 0 D E A4 3C 40
Octal 155 333 276 62 0 15 16 244 74 100
Binary 1101101 11011011 10111110 110010 0 1101 1110 10100100 111100 1000000

Color Harmonies of #6DDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDBBE

Black with #6DDBBE

Text Example


Text Example

White with #6DDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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