Html Css Color HEX #6CDFCD Downy

📋 copy color: '#6CDFCD'

red 108 ◦ green 223 ◦ blue 205

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

Shades of Downy #6CDFCD

Tints of Downy #6CDFCD

RGB

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

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

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

R = 20.15%
G = 41.6%
B = 38.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#6CDFCD (or 0x6CDFCD) is known color: Downy. HEX triplet: 6C, DF and CD. RGB value is (108,223,205). Sum of RGB (Red+Green+Blue) = 108+223+205=536 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.15% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDFCD is #932032. Grayscale: #BABABA. Windows color (decimal): -9642035 or 13492076. OLE color: 13492076.

HSL color Cylindrical-coordinate representation of color #6CDFCD: hue angle of 170.61º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CDFCD is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 223 205 -
CMYK 0.52 0 0.08 0.13
HSL 170.61º 0.64% 0.65% -
HSV(B) 170.61º 0.52% 0.87% -
XYZ 43.59 60.37 67.11 -
YUV 186.56 138.4 71.96 -
System Red Green Blue C M Y K H S L
Decimal 108 223 205 0.52 0 0.08 0.13 170.61 0.64 0.65
Hex 6C DF CD 34 0 8 D AB 40 41
Octal 154 337 315 64 0 10 15 253 100 101
Binary 1101100 11011111 11001101 110100 0 1000 1101 10101011 1000000 1000001

Color Harmonies of #6CDFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDFCD

Black with #6CDFCD

Text Example


Text Example

White with #6CDFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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