#6FBFB4

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

Shades of Monte Carlo #6FBFB4

Tints of Monte Carlo #6FBFB4

Color information

#6FBFB4 (or 0x6FBFB4) is unknown color: approx Monte Carlo. HEX triplet: 6F, BF and B4. RGB value is (111,191,180). Sum of RGB (Red+Green+Blue) = 111+191+180=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFB4 is #90404B. Grayscale: #A5A5A5. Windows color (decimal): -9453644 or 11845487. OLE color: 11845487.

HSL color Cylindrical-coordinate representation of color #6FBFB4: hue angle of 171.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBFB4 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB111191180-
CMYK0.4200.060.25
HSL171.75º38.46%59.22%-
HSV(B)171.75º41.88%74.9%-
XYZ33.4243.9449.9-
YUV165.8313688.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.03%
GREEN value IS 191 (75% from 255) = 39.63%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=23.03%
G=39.63%
B=37.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111911800.4200.060.25171.7538.4659.22
Hex6FBFB42A0619ac263b
Octal1572772645206312544673
Binary1101111101111111011010010101001101100110101100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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