#6FC1B7

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

Shades of Monte Carlo #6FC1B7

Tints of Monte Carlo #6FC1B7

Color information

#6FC1B7 (or 0x6FC1B7) is unknown color: approx Monte Carlo. HEX triplet: 6F, C1 and B7. RGB value is (111,193,183). Sum of RGB (Red+Green+Blue) = 111+193+183=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC1B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC1B7 is #903E48. Grayscale: #A7A7A7. Windows color (decimal): -9453129 or 12042607. OLE color: 12042607.

HSL color Cylindrical-coordinate representation of color #6FC1B7: hue angle of 172.68º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FC1B7 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB111193183-
CMYK0.4200.050.24
HSL172.68º39.81%59.61%-
HSV(B)172.68º42.49%75.69%-
XYZ34.1744.9451.67-
YUV167.34136.8387.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.79%
GREEN value IS 193 (75.78% from 255) = 39.63%
BLUE value IS 183 (71.88% from 255) = 37.58%
R=22.79%
G=39.63%
B=37.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1111931830.4200.050.24172.6839.8159.61
Hex6FC1B72A0518ad283c
Octal1573012675205302555074
Binary1101111110000011011011110101001011100010101101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,193,183); }

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

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

 a { background-color: rgb(111,193,183); }

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

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

 span { border-color: rgb(111,193,183); }

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