#6FD5BB

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

Shades of Downy #6FD5BB

Tints of Downy #6FD5BB

Color information

#6FD5BB (or 0x6FD5BB) is unknown color: approx Downy. HEX triplet: 6F, D5 and BB. RGB value is (111,213,187). Sum of RGB (Red+Green+Blue) = 111+213+187=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD5BB is #902A44. Grayscale: #B3B3B3. Windows color (decimal): -9448005 or 12309871. OLE color: 12309871.

HSL color Cylindrical-coordinate representation of color #6FD5BB: hue angle of 164.71º degrees, saturation: 0.55, 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 #6FD5BB is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB111213187-
CMYK0.4800.120.16
HSL164.71º54.84%63.53%-
HSV(B)164.71º47.89%83.53%-
XYZ39.3254.5655.47-
YUV179.54132.2179.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.72%
GREEN value IS 213 (83.59% from 255) = 41.68%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=21.72%
G=41.68%
B=36.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1112131870.4800.120.16164.7154.8463.53
Hex6FD5BB300C10a53740
Octal157325273600142024567100
Binary110111111010101101110111100000110010000101001011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,213,187); }

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

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

 a { background-color: rgb(111,213,187); }

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

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

 span { border-color: rgb(111,213,187); }

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