#6FDDC7

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

Shades of Downy #6FDDC7

Tints of Downy #6FDDC7

Color information

#6FDDC7 (or 0x6FDDC7) is unknown color: approx Downy. HEX triplet: 6F, DD and C7. RGB value is (111,221,199). Sum of RGB (Red+Green+Blue) = 111+221+199=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDC7 is #902238. Grayscale: #B9B9B9. Windows color (decimal): -9445945 or 13098351. OLE color: 13098351.

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

Color convert

RGB111221199-
CMYK0.5000.100.13
HSL168º61.8%65.1%-
HSV(B)168º49.77%86.67%-
XYZ42.7259.2263.21-
YUV185.6135.5674.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.90%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 199 (78.12% from 255) = 37.48%
R=20.90%
G=41.62%
B=37.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1112211990.5000.100.1316861.865.1
Hex6FDDC7320ADa83e41
Octal157335307620121525076101
Binary11011111101110111000111110010010101101101010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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