Html Css Color HEX #6DDBD2 Downy

📋 copy color: '#6DDBD2'

red 109 ◦ green 219 ◦ blue 210

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

Shades of Downy #6DDBD2

Tints of Downy #6DDBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.03%

R = 20.26%
G = 40.71%
B = 39.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#6DDBD2 (or 0x6DDBD2) is known color: Downy. HEX triplet: 6D, DB and D2. RGB value is (109,219,210). Sum of RGB (Red+Green+Blue) = 109+219+210=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDBD2 is #92242D. Grayscale: #B9B9B9. Windows color (decimal): -9577518 or 13818733. OLE color: 13818733.

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

Color convert

RGB 109 219 210 -
CMYK 0.50 0 0.04 0.14
HSL 175.09º 0.6% 0.64% -
HSV(B) 175.09º 0.5% 0.86% -
XYZ 43.27 58.57 70 -
YUV 185.08 142.06 73.73 -
System Red Green Blue C M Y K H S L
Decimal 109 219 210 0.50 0 0.04 0.14 175.09 0.6 0.64
Hex 6D DB D2 32 0 4 E AF 3C 40
Octal 155 333 322 62 0 4 16 257 74 100
Binary 1101101 11011011 11010010 110010 0 100 1110 10101111 111100 1000000

Color Harmonies of #6DDBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDBD2

Black with #6DDBD2

Text Example


Text Example

White with #6DDBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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