#6FDFCD

Color #6FDFCD Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6FDFCD

Tints of Downy #6FDFCD

Color information

#6FDFCD (or 0x6FDFCD) is unknown color: approx Downy. HEX triplet: 6F, DF and CD. RGB value is (111,223,205). Sum of RGB (Red+Green+Blue) = 111+223+205=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFCD is #902032. Grayscale: #BBBBBB. Windows color (decimal): -9445427 or 13492079. OLE color: 13492079.

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

Color convert

RGB111223205-
CMYK0.5000.080.13
HSL170.36º63.64%65.49%-
HSV(B)170.36º50.22%87.45%-
XYZ43.9660.5667.13-
YUV187.46137.8973.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.59%
GREEN value IS 223 (87.5% from 255) = 41.37%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=20.59%
G=41.37%
B=38.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1112232050.5000.080.13170.3663.6465.49
Hex6FDFCD3208Daa4041
Octal1573373156201015252100101
Binary110111111011111110011011100100100011011010101010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6FDFCD;
 }
 .AnyTagClassName
 {
   color: #6FDFCD;
 }
</style>
background-color css

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

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

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

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

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

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