Html Css Color HEX #6DDFD0 Downy

📋 copy color: '#6DDFD0'

red 109 ◦ green 223 ◦ blue 208

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

Shades of Downy #6DDFD0

Tints of Downy #6DDFD0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.3%

 BLUE value IS 208 (81.64% from 255) = 38.52%

R = 20.19%
G = 41.3%
B = 38.52%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6DDFD0 (or 0x6DDFD0) is known color: Downy. HEX triplet: 6D, DF and D0. RGB value is (109,223,208). Sum of RGB (Red+Green+Blue) = 109+223+208=540 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.19% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #6DDFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDFD0 is #92202F. Grayscale: #BBBBBB. Windows color (decimal): -9576496 or 13688685. OLE color: 13688685.

HSL color Cylindrical-coordinate representation of color #6DDFD0: hue angle of 172.11º degrees, saturation: 0.64, 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 #6DDFD0 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 223 208 -
CMYK 0.51 0 0.07 0.13
HSL 172.11º 0.64% 0.65% -
HSV(B) 172.11º 0.51% 0.87% -
XYZ 44.08 60.58 69.04 -
YUV 187.2 139.73 72.22 -
System Red Green Blue C M Y K H S L
Decimal 109 223 208 0.51 0 0.07 0.13 172.11 0.64 0.65
Hex 6D DF D0 33 0 7 D AC 40 41
Octal 155 337 320 63 0 7 15 254 100 101
Binary 1101101 11011111 11010000 110011 0 111 1101 10101100 1000000 1000001

Color Harmonies of #6DDFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDFD0

Black with #6DDFD0

Text Example


Text Example

White with #6DDFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,223,208); }

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

background-color css

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

 a { background-color: rgb(109,223,208); }

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

border-color css

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

 span { border-color: rgb(109,223,208); }

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