#6CBFB9

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

Shades of Monte Carlo #6CBFB9

Tints of Monte Carlo #6CBFB9

Color information

#6CBFB9 (or 0x6CBFB9) is unknown color: approx Monte Carlo. HEX triplet: 6C, BF and B9. RGB value is (108,191,185). Sum of RGB (Red+Green+Blue) = 108+191+185=484 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.31% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBFB9 is #934046. Grayscale: #A5A5A5. Windows color (decimal): -9650247 or 12173164. OLE color: 12173164.

HSL color Cylindrical-coordinate representation of color #6CBFB9: hue angle of 175.66º 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 #6CBFB9 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB108191185-
CMYK0.4300.030.25
HSL175.66º39.34%58.63%-
HSV(B)175.66º43.46%74.9%-
XYZ33.5743.9552.61-
YUV165.513986.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.31%
GREEN value IS 191 (75% from 255) = 39.46%
BLUE value IS 185 (72.66% from 255) = 38.22%
R=22.31%
G=39.46%
B=38.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081911850.4300.030.25175.6639.3458.63
Hex6CBFB92B0319b0273b
Octal1542772715303312604773
Binary110110010111111101110011010110111100110110000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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