Html Css Color HEX #6DCDCB Downy

📋 copy color: '#6DCDCB'

red 109 ◦ green 205 ◦ blue 203

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

Shades of Downy #6DCDCB

Tints of Downy #6DCDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.65%

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

R = 21.08%
G = 39.65%
B = 39.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#6DCDCB (or 0x6DCDCB) is known color: Downy. HEX triplet: 6D, CD and CB. RGB value is (109,205,203). Sum of RGB (Red+Green+Blue) = 109+205+203=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDCB is #923234. Grayscale: #AFAFAF. Windows color (decimal): -9581109 or 13356397. OLE color: 13356397.

HSL color Cylindrical-coordinate representation of color #6DCDCB: hue angle of 178.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCDCB is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 205 203 -
CMYK 0.47 0 0.01 0.20
HSL 178.75º 0.49% 0.62% -
HSV(B) 178.75º 0.47% 0.8% -
XYZ 38.92 51.23 64.34 -
YUV 176.07 143.2 80.16 -
System Red Green Blue C M Y K H S L
Decimal 109 205 203 0.47 0 0.01 0.20 178.75 0.49 0.62
Hex 6D CD CB 2F 0 1 14 B3 31 3E
Octal 155 315 313 57 0 1 24 263 61 76
Binary 1101101 11001101 11001011 101111 0 1 10100 10110011 110001 111110

Color Harmonies of #6DCDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDCB

Black with #6DCDCB

Text Example


Text Example

White with #6DCDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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