#6FC0BF

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

Shades of Downy #6FC0BF

Tints of Downy #6FC0BF

Color information

#6FC0BF (or 0x6FC0BF) is unknown color: approx Downy. HEX triplet: 6F, C0 and BF. RGB value is (111,192,191). Sum of RGB (Red+Green+Blue) = 111+192+191=494 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.47% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC0BF is #903F40. Grayscale: #A7A7A7. Windows color (decimal): -9453377 or 12566639. OLE color: 12566639.

HSL color Cylindrical-coordinate representation of color #6FC0BF: hue angle of 179.26º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FC0BF is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB111192191-
CMYK0.4200.010.25
HSL179.26º39.13%59.41%-
HSV(B)179.26º42.19%75.29%-
XYZ34.8144.8456.11-
YUV167.67141.1687.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.47%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 191 (75% from 255) = 38.66%
R=22.47%
G=38.87%
B=38.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111921910.4200.010.25179.2639.1359.41
Hex6FC0BF2A0119b3273b
Octal1573002775201312634773
Binary11011111100000010111111101010011100110110011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,192,191); }

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

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

 a { background-color: rgb(111,192,191); }

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

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

 span { border-color: rgb(111,192,191); }

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