#6CBFB0

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

Shades of Monte Carlo #6CBFB0

Tints of Monte Carlo #6CBFB0

Color information

#6CBFB0 (or 0x6CBFB0) is unknown color: approx Monte Carlo. HEX triplet: 6C, BF and B0. RGB value is (108,191,176). Sum of RGB (Red+Green+Blue) = 108+191+176=475 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.74% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBFB0 is #93404F. Grayscale: #A4A4A4. Windows color (decimal): -9650256 or 11583340. OLE color: 11583340.

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

Color convert

RGB108191176-
CMYK0.4300.080.25
HSL169.16º39.34%58.63%-
HSV(B)169.16º43.46%74.9%-
XYZ32.6543.5847.77-
YUV164.47134.587.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.74%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 176 (69.14% from 255) = 37.05%
R=22.74%
G=40.21%
B=37.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081911760.4300.080.25169.1639.3458.63
Hex6CBFB02B0819a9273b
Octal15427726053010312514773
Binary11011001011111110110000101011010001100110101001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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