#6FD4BF

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

Shades of Downy #6FD4BF

Tints of Downy #6FD4BF

Color information

#6FD4BF (or 0x6FD4BF) is unknown color: approx Downy. HEX triplet: 6F, D4 and BF. RGB value is (111,212,191). Sum of RGB (Red+Green+Blue) = 111+212+191=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD4BF is #902B40. Grayscale: #B3B3B3. Windows color (decimal): -9448257 or 12571759. OLE color: 12571759.

HSL color Cylindrical-coordinate representation of color #6FD4BF: hue angle of 167.52º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD4BF is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB111212191-
CMYK0.4800.100.17
HSL167.52º54.01%63.33%-
HSV(B)167.52º47.64%83.14%-
XYZ39.554.2357.68-
YUV179.41134.5479.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.60%
GREEN value IS 212 (83.20% from 255) = 41.25%
BLUE value IS 191 (75% from 255) = 37.16%
R=21.60%
G=41.25%
B=37.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1112121910.4800.100.17167.5254.0163.33
Hex6FD4BF300A11a8363f
Octal15732427760012212506677
Binary11011111101010010111111110000010101000110101000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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