#6FBFB0

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

Shades of Monte Carlo #6FBFB0

Tints of Monte Carlo #6FBFB0

Color information

#6FBFB0 (or 0x6FBFB0) is unknown color: approx Monte Carlo. HEX triplet: 6F, BF and B0. RGB value is (111,191,176). Sum of RGB (Red+Green+Blue) = 111+191+176=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBFB0 is #90404F. Grayscale: #A5A5A5. Windows color (decimal): -9453648 or 11583343. OLE color: 11583343.

HSL color Cylindrical-coordinate representation of color #6FBFB0: hue angle of 168.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 #6FBFB0 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB111191176-
CMYK0.4200.080.25
HSL168.75º38.46%59.22%-
HSV(B)168.75º41.88%74.9%-
XYZ33.0243.7847.78-
YUV165.3713489.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.22%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 176 (69.14% from 255) = 36.82%
R=23.22%
G=39.96%
B=36.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111911760.4200.080.25168.7538.4659.22
Hex6FBFB02A0819a9263b
Octal15727726052010312514673
Binary11011111011111110110000101010010001100110101001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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