#6FBDB6

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

Shades of Monte Carlo #6FBDB6

Tints of Monte Carlo #6FBDB6

Color information

#6FBDB6 (or 0x6FBDB6) is unknown color: approx Monte Carlo. HEX triplet: 6F, BD and B6. RGB value is (111,189,182). Sum of RGB (Red+Green+Blue) = 111+189+182=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDB6 is #904249. Grayscale: #A4A4A4. Windows color (decimal): -9454154 or 11976047. OLE color: 11976047.

HSL color Cylindrical-coordinate representation of color #6FBDB6: hue angle of 174.62º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBDB6 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB111189182-
CMYK0.4100.040.26
HSL174.62º37.14%58.82%-
HSV(B)174.62º41.27%74.12%-
XYZ33.243.1550.84-
YUV164.88137.6689.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.03%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 182 (71.48% from 255) = 37.76%
R=23.03%
G=39.21%
B=37.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111891820.4100.040.26174.6237.1458.82
Hex6FBDB629041Aaf253b
Octal1572752665104322574573
Binary1101111101111011011011010100101001101010101111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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