#68847B

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

Shades of Cutty Sark #68847B

Tints of Cutty Sark #68847B

Color information

#68847B (or 0x68847B) is unknown color: approx Cutty Sark. HEX triplet: 68, 84 and 7B. RGB value is (104,132,123). Sum of RGB (Red+Green+Blue) = 104+132+123=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #68847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68847B is #977B84. Grayscale: #7A7A7A. Windows color (decimal): -9927557 or 8094824. OLE color: 8094824.

HSL color Cylindrical-coordinate representation of color #68847B: hue angle of 160.71º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68847B is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB104132123-
CMYK0.2100.070.48
HSL160.71º11.86%46.27%-
HSV(B)160.71º21.21%51.76%-
XYZ17.5420.8821.84-
YUV122.6128.22114.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=28.97%
G=36.77%
B=34.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041321230.2100.070.48160.7111.8646.27
Hex68847B150730a1c2e
Octal1502041732507602411456
Binary1101000100001001111011101010111110000101000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68847B; }

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

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

<style>
 a { background-color: #68847B; }

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

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

<style>
 span { border-color: #68847B; }

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

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