#6fd8bd

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

Shades of Downy #6FD8BD

Tints of Downy #6FD8BD

Color information

#6FD8BD (or 0x6FD8BD) is unknown color: approx Downy. HEX triplet: 6F, D8 and BD. RGB value is (111,216,189). Sum of RGB (Red+Green+Blue) = 111+216+189=516 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.51% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD8BD is #902742. Grayscale: #B5B5B5. Windows color (decimal): -9447235 or 12441711. OLE color: 12441711.

HSL color Cylindrical-coordinate representation of color #6FD8BD: hue angle of 164.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD8BD is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB111216189-
CMYK0.4900.120.15
HSL164.57º57.38%64.12%-
HSV(B)164.57º48.61%84.71%-
XYZ40.356.1756.86-
YUV181.53132.2177.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.51%
GREEN value IS 216 (84.77% from 255) = 41.86%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=21.51%
G=41.86%
B=36.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1112161890.4900.120.15164.5757.3864.12
Hex6FD8BD310CFa53940
Octal157330275610141724571100
Binary11011111101100010111101110001011001111101001011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fd8bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,216,189); }

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

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

 a { background-color: rgb(111,216,189); }

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

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

 span { border-color: rgb(111,216,189); }

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