#6FCFC7

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

Shades of Downy #6FCFC7

Tints of Downy #6FCFC7

Color information

#6FCFC7 (or 0x6FCFC7) is unknown color: approx Downy. HEX triplet: 6F, CF and C7. RGB value is (111,207,199). Sum of RGB (Red+Green+Blue) = 111+207+199=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFC7 is #903038. Grayscale: #B1B1B1. Windows color (decimal): -9449529 or 13094767. OLE color: 13094767.

HSL color Cylindrical-coordinate representation of color #6FCFC7: hue angle of 175º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCFC7 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB111207199-
CMYK0.4600.040.19
HSL175º50%62.35%-
HSV(B)175º46.38%81.18%-
XYZ39.1852.1362.03-
YUV177.38140.280.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.47%
GREEN value IS 207 (81.25% from 255) = 40.04%
BLUE value IS 199 (78.12% from 255) = 38.49%
R=21.47%
G=40.04%
B=38.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112071990.4600.040.191755062.35
Hex6FCFC72E0413af323e
Octal1573173075604232576276
Binary1101111110011111100011110111001001001110101111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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