Html Css Color HEX #6CDDCD Downy

📋 copy color: '#6CDDCD'

red 108 ◦ green 221 ◦ blue 205

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

Shades of Downy #6CDDCD

Tints of Downy #6CDDCD

RGB

 RED value IS 108 (42.58% from 255) = 20.22%

 GREEN value IS 221 (86.72% from 255) = 41.39%

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 20.22%
G = 41.39%
B = 38.39%

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

#6CDDCD (or 0x6CDDCD) is known color: Downy. HEX triplet: 6C, DD and CD. RGB value is (108,221,205). Sum of RGB (Red+Green+Blue) = 108+221+205=534 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.22% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDCD is #932232. Grayscale: #B9B9B9. Windows color (decimal): -9642547 or 13491564. OLE color: 13491564.

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

Color convert

RGB 108 221 205 -
CMYK 0.51 0 0.07 0.13
HSL 171.5º 0.62% 0.65% -
HSV(B) 171.5º 0.51% 0.87% -
XYZ 43.06 59.31 66.94 -
YUV 185.39 139.06 72.8 -
System Red Green Blue C M Y K H S L
Decimal 108 221 205 0.51 0 0.07 0.13 171.5 0.62 0.65
Hex 6C DD CD 33 0 7 D AC 3E 41
Octal 154 335 315 63 0 7 15 254 76 101
Binary 1101100 11011101 11001101 110011 0 111 1101 10101100 111110 1000001

Color Harmonies of #6CDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDDCD

Black with #6CDDCD

Text Example


Text Example

White with #6CDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,221,205); }

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

background-color css

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

 a { background-color: rgb(108,221,205); }

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

border-color css

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

 span { border-color: rgb(108,221,205); }

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