Html Css Color HEX #6DDCCB Downy

📋 copy color: '#6DDCCB'

red 109 ◦ green 220 ◦ blue 203

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

Shades of Downy #6DDCCB

Tints of Downy #6DDCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.35%

 BLUE value IS 203 (79.69% from 255) = 38.16%

R = 20.49%
G = 41.35%
B = 38.16%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#6DDCCB (or 0x6DDCCB) is known color: Downy. HEX triplet: 6D, DC and CB. RGB value is (109,220,203). Sum of RGB (Red+Green+Blue) = 109+220+203=532 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.49% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCCB is #922334. Grayscale: #B8B8B8. Windows color (decimal): -9577269 or 13360237. OLE color: 13360237.

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

Color convert

RGB 109 220 203 -
CMYK 0.50 0 0.08 0.14
HSL 170.81º 0.61% 0.65% -
HSV(B) 170.81º 0.5% 0.86% -
XYZ 42.68 58.75 65.59 -
YUV 184.87 138.23 73.88 -
System Red Green Blue C M Y K H S L
Decimal 109 220 203 0.50 0 0.08 0.14 170.81 0.61 0.65
Hex 6D DC CB 32 0 8 E AB 3D 41
Octal 155 334 313 62 0 10 16 253 75 101
Binary 1101101 11011100 11001011 110010 0 1000 1110 10101011 111101 1000001

Color Harmonies of #6DDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDCCB

Black with #6DDCCB

Text Example


Text Example

White with #6DDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,220,203); }

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

background-color css

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

 a { background-color: rgb(109,220,203); }

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

border-color css

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

 span { border-color: rgb(109,220,203); }

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