#6CBDB5

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

Shades of Monte Carlo #6CBDB5

Tints of Monte Carlo #6CBDB5

Color information

#6CBDB5 (or 0x6CBDB5) is unknown color: approx Monte Carlo. HEX triplet: 6C, BD and B5. RGB value is (108,189,181). Sum of RGB (Red+Green+Blue) = 108+189+181=478 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.59% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBDB5 is #93424A. Grayscale: #A3A3A3. Windows color (decimal): -9650763 or 11910508. OLE color: 11910508.

HSL color Cylindrical-coordinate representation of color #6CBDB5: hue angle of 174.07º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBDB5 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB108189181-
CMYK0.4300.040.26
HSL174.07º38.03%58.24%-
HSV(B)174.07º42.86%74.12%-
XYZ32.7242.9250.28-
YUV163.87137.6688.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.59%
GREEN value IS 189 (74.22% from 255) = 39.54%
BLUE value IS 181 (71.09% from 255) = 37.87%
R=22.59%
G=39.54%
B=37.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081891810.4300.040.26174.0738.0358.24
Hex6CBDB52B041Aae263a
Octal1542752655304322564672
Binary1101100101111011011010110101101001101010101110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,189,181); }

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

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

 a { background-color: rgb(108,189,181); }

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

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

 span { border-color: rgb(108,189,181); }

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