#6FCFBC

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

Shades of Downy #6FCFBC

Tints of Downy #6FCFBC

Color information

#6FCFBC (or 0x6FCFBC) is unknown color: approx Downy. HEX triplet: 6F, CF and BC. RGB value is (111,207,188). Sum of RGB (Red+Green+Blue) = 111+207+188=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFBC is #903043. Grayscale: #B0B0B0. Windows color (decimal): -9449540 or 12373871. OLE color: 12373871.

HSL color Cylindrical-coordinate representation of color #6FCFBC: hue angle of 168.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCFBC is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB111207188-
CMYK0.4600.090.19
HSL168.12º50%62.35%-
HSV(B)168.12º46.38%81.18%-
XYZ37.9551.6455.54-
YUV176.13134.781.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.94%
GREEN value IS 207 (81.25% from 255) = 40.91%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=21.94%
G=40.91%
B=37.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112071880.4600.090.19168.125062.35
Hex6FCFBC2E0913a8323e
Octal15731727456011232506276
Binary11011111100111110111100101110010011001110101000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,207,188); }

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

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

 a { background-color: rgb(111,207,188); }

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

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

 span { border-color: rgb(111,207,188); }

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