#6FCFCA

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

Shades of Downy #6FCFCA

Tints of Downy #6FCFCA

Color information

#6FCFCA (or 0x6FCFCA) is unknown color: approx Downy. HEX triplet: 6F, CF and CA. RGB value is (111,207,202). Sum of RGB (Red+Green+Blue) = 111+207+202=520 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.35% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFCA is #903035. Grayscale: #B1B1B1. Windows color (decimal): -9449526 or 13291375. OLE color: 13291375.

HSL color Cylindrical-coordinate representation of color #6FCFCA: hue angle of 176.88º 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 #6FCFCA is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB111207202-
CMYK0.4600.020.19
HSL176.88º50%62.35%-
HSV(B)176.88º46.38%81.18%-
XYZ39.5352.2763.88-
YUV177.73141.780.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.35%
GREEN value IS 207 (81.25% from 255) = 39.81%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=21.35%
G=39.81%
B=38.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112072020.4600.020.19176.885062.35
Hex6FCFCA2E0213b1323e
Octal1573173125602232616276
Binary110111111001111110010101011100101001110110001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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