#6FC8B1

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

Shades of Monte Carlo #6FC8B1

Tints of Monte Carlo #6FC8B1

Color information

#6FC8B1 (or 0x6FC8B1) is unknown color: approx Monte Carlo. HEX triplet: 6F, C8 and B1. RGB value is (111,200,177). Sum of RGB (Red+Green+Blue) = 111+200+177=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #6FC8B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC8B1 is #90374E. Grayscale: #AAAAAA. Windows color (decimal): -9451343 or 11651183. OLE color: 11651183.

HSL color Cylindrical-coordinate representation of color #6FC8B1: hue angle of 164.49º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6FC8B1 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB111200177-
CMYK0.4400.120.22
HSL164.49º44.72%60.98%-
HSV(B)164.49º44.5%78.43%-
XYZ35.1547.8648.98-
YUV170.77131.5185.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.75%
GREEN value IS 200 (78.52% from 255) = 40.98%
BLUE value IS 177 (69.53% from 255) = 36.27%
R=22.75%
G=40.98%
B=36.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1112001770.4400.120.22164.4944.7260.98
Hex6FC8B12C0C16a42d3d
Octal15731026154014262445575
Binary11011111100100010110001101100011001011010100100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,200,177); }

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

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

 a { background-color: rgb(111,200,177); }

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

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

 span { border-color: rgb(111,200,177); }

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