Html Css Color HEX #60897B Cutty Sark

📋 copy color: '#60897B'

red 96 ◦ green 137 ◦ blue 123

#60897B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #60897B

Tints of Cutty Sark #60897B

RGB

 RED value IS 96 (37.89% from 255) = 26.97%

 GREEN value IS 137 (53.91% from 255) = 38.48%

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 26.97%
G = 38.48%
B = 34.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#60897B (or 0x60897B) is known color: Cutty Sark. HEX triplet: 60, 89 and 7B. RGB value is (96,137,123). Sum of RGB (Red+Green+Blue) = 96+137+123=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #60897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60897B is #9F7684. Grayscale: #7B7B7B. Windows color (decimal): -10450565 or 8096096. OLE color: 8096096.

HSL color Cylindrical-coordinate representation of color #60897B: hue angle of 159.51º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60897B is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 123 -
CMYK 0.30 0 0.10 0.46
HSL 159.51º 0.18% 0.46% -
HSV(B) 159.51º 0.3% 0.54% -
XYZ 17.34 21.81 22.03 -
YUV 123.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 96 137 123 0.30 0 0.10 0.46 159.51 0.18 0.46
Hex 60 89 7B 1E 0 A 2E A0 12 2E
Octal 140 211 173 36 0 12 56 240 22 56
Binary 1100000 10001001 1111011 11110 0 1010 101110 10100000 10010 101110

Color Harmonies of #60897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60897B

Black with #60897B

Text Example


Text Example

White with #60897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,137,123); }

 H1.HeaderClassName
 {
   color: #60897B;
 }
 .AnyTagClassName
 {
   color: #60897B;
 }
</style>

background-color css

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

 a { background-color: rgb(96,137,123); }

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

border-color css

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

 span { border-color: rgb(96,137,123); }

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