#6FC1B5

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

Shades of Monte Carlo #6FC1B5

Tints of Monte Carlo #6FC1B5

Color information

#6FC1B5 (or 0x6FC1B5) is unknown color: approx Monte Carlo. HEX triplet: 6F, C1 and B5. RGB value is (111,193,181). Sum of RGB (Red+Green+Blue) = 111+193+181=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC1B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC1B5 is #903E4A. Grayscale: #A7A7A7. Windows color (decimal): -9453131 or 11911535. OLE color: 11911535.

HSL color Cylindrical-coordinate representation of color #6FC1B5: hue angle of 171.22º 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 #6FC1B5 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB111193181-
CMYK0.4200.060.24
HSL171.22º39.81%59.61%-
HSV(B)171.22º42.49%75.69%-
XYZ33.9744.8650.58-
YUV167.11135.8387.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.89%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 181 (71.09% from 255) = 37.32%
R=22.89%
G=39.79%
B=37.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1111931810.4200.060.24171.2239.8159.61
Hex6FC1B52A0618ab283c
Octal1573012655206302535074
Binary1101111110000011011010110101001101100010101011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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