#6FD7BF

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

Shades of Downy #6FD7BF

Tints of Downy #6FD7BF

Color information

#6FD7BF (or 0x6FD7BF) is unknown color: approx Downy. HEX triplet: 6F, D7 and BF. RGB value is (111,215,191). Sum of RGB (Red+Green+Blue) = 111+215+191=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD7BF is #902840. Grayscale: #B5B5B5. Windows color (decimal): -9447489 or 12572527. OLE color: 12572527.

HSL color Cylindrical-coordinate representation of color #6FD7BF: hue angle of 166.15º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD7BF is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB111215191-
CMYK0.4800.110.16
HSL166.15º56.52%63.92%-
HSV(B)166.15º48.37%84.31%-
XYZ40.2655.7457.93-
YUV181.17133.5477.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.47%
GREEN value IS 215 (84.38% from 255) = 41.59%
BLUE value IS 191 (75% from 255) = 36.94%
R=21.47%
G=41.59%
B=36.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1112151910.4800.110.16166.1556.5263.92
Hex6FD7BF300B10a63940
Octal157327277600132024671100
Binary110111111010111101111111100000101110000101001101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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