#64897A

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

Shades of Cutty Sark #64897A

Tints of Cutty Sark #64897A

Color information

#64897A (or 0x64897A) is unknown color: approx Cutty Sark. HEX triplet: 64, 89 and 7A. RGB value is (100,137,122). Sum of RGB (Red+Green+Blue) = 100+137+122=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 137 - color contains mainly: green. Hex color #64897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64897A is #9B7685. Grayscale: #7C7C7C. Windows color (decimal): -10188422 or 8030564. OLE color: 8030564.

HSL color Cylindrical-coordinate representation of color #64897A: hue angle of 155.68º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64897A is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB100137122-
CMYK0.2700.110.46
HSL155.68º15.61%46.47%-
HSV(B)155.68º27.01%53.73%-
XYZ17.7122.0121.73-
YUV124.23126.74110.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=27.86%
G=38.16%
B=33.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001371220.2700.110.46155.6815.6146.47
Hex64897A1B0B2E9c102e
Octal14421117233013562342056
Binary110010010001001111101011011010111011101001110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64897A; }

 p { color: rgb(100,137,122); }

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

<style>
 a { background-color: #64897A; }

 a { background-color: rgb(100,137,122); }

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

<style>
 span { border-color: #64897A; }

 span { border-color: rgb(100,137,122); }

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