#6C847B

Color #6C847B Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #6C847B

Tints of Cutty Sark #6C847B

Color information

#6C847B (or 0x6C847B) is unknown color: approx Cutty Sark. HEX triplet: 6C, 84 and 7B. RGB value is (108,132,123). Sum of RGB (Red+Green+Blue) = 108+132+123=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #6C847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C847B is #937B84. Grayscale: #7B7B7B. Windows color (decimal): -9665413 or 8094828. OLE color: 8094828.

HSL color Cylindrical-coordinate representation of color #6C847B: hue angle of 157.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C847B is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB108132123-
CMYK0.1800.070.48
HSL157.5º10%47.06%-
HSV(B)157.5º18.18%51.76%-
XYZ18.0121.1221.87-
YUV123.8127.55116.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.75%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=29.75%
G=36.36%
B=33.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1081321230.1800.070.48157.51047.06
Hex6C847B1207309da2f
Octal1542041732207602351257
Binary1101100100001001111011100100111110000100111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,132,123); }

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

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

 a { background-color: rgb(108,132,123); }

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

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

 span { border-color: rgb(108,132,123); }

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