#6FBDB7

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

Shades of Monte Carlo #6FBDB7

Tints of Monte Carlo #6FBDB7

Color information

#6FBDB7 (or 0x6FBDB7) is unknown color: approx Monte Carlo. HEX triplet: 6F, BD and B7. RGB value is (111,189,183). Sum of RGB (Red+Green+Blue) = 111+189+183=483 (63% of max value = 765). Red value is 111 (43.75% from 255 or 22.98% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDB7 is #904248. Grayscale: #A4A4A4. Windows color (decimal): -9454153 or 12041583. OLE color: 12041583.

HSL color Cylindrical-coordinate representation of color #6FBDB7: hue angle of 175.38º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBDB7 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB111189183-
CMYK0.4100.030.26
HSL175.38º37.14%58.82%-
HSV(B)175.38º41.27%74.12%-
XYZ33.343.1951.38-
YUV164.99138.1689.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.98%
GREEN value IS 189 (74.22% from 255) = 39.13%
BLUE value IS 183 (71.88% from 255) = 37.89%
R=22.98%
G=39.13%
B=37.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111891830.4100.030.26175.3837.1458.82
Hex6FBDB729031Aaf253b
Octal1572752675103322574573
Binary110111110111101101101111010010111101010101111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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