#6FDDCB

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

Shades of Downy #6FDDCB

Tints of Downy #6FDDCB

Color information

#6FDDCB (or 0x6FDDCB) is unknown color: approx Downy. HEX triplet: 6F, DD and CB. RGB value is (111,221,203). Sum of RGB (Red+Green+Blue) = 111+221+203=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDCB is #902234. Grayscale: #BABABA. Windows color (decimal): -9445941 or 13360495. OLE color: 13360495.

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

Color convert

RGB111221203-
CMYK0.5000.080.13
HSL170.18º61.8%65.1%-
HSV(B)170.18º49.77%86.67%-
XYZ43.1959.465.69-
YUV186.06137.5674.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.75%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=20.75%
G=41.31%
B=37.94%

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
Decimal1112212030.5000.080.13170.1861.865.1
Hex6FDDCB3208Daa3e41
Octal157335313620101525276101
Binary11011111101110111001011110010010001101101010101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,221,203); }

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

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

 a { background-color: rgb(111,221,203); }

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

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

 span { border-color: rgb(111,221,203); }

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