#6B847B

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

Shades of Cutty Sark #6B847B

Tints of Cutty Sark #6B847B

Color information

#6B847B (or 0x6B847B) is unknown color: approx Cutty Sark. HEX triplet: 6B, 84 and 7B. RGB value is (107,132,123). Sum of RGB (Red+Green+Blue) = 107+132+123=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #6B847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B847B is #947B84. Grayscale: #7B7B7B. Windows color (decimal): -9730949 or 8094827. OLE color: 8094827.

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

Color convert

RGB107132123-
CMYK0.1900.070.48
HSL158.4º10.46%46.86%-
HSV(B)158.4º18.94%51.76%-
XYZ17.8921.0621.86-
YUV123.5127.72116.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.56%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=29.56%
G=36.46%
B=33.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1071321230.1900.070.48158.410.4646.86
Hex6B847B1307309ea2f
Octal1532041732307602361257
Binary1101011100001001111011100110111110000100111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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