Html Css Color HEX #608779 Cutty Sark

📋 copy color: '#608779'

red 96 ◦ green 135 ◦ blue 121

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

Shades of Cutty Sark #608779

Tints of Cutty Sark #608779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.35%

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 27.27%
G = 38.35%
B = 34.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#608779 (or 0x608779) is known color: Cutty Sark. HEX triplet: 60, 87 and 79. RGB value is (96,135,121). Sum of RGB (Red+Green+Blue) = 96+135+121=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #608779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608779 is #9F7886. Grayscale: #797979. Windows color (decimal): -10451079 or 7964512. OLE color: 7964512.

HSL color Cylindrical-coordinate representation of color #608779: hue angle of 158.46º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608779 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 135 121 -
CMYK 0.29 0 0.10 0.47
HSL 158.46º 0.17% 0.45% -
HSV(B) 158.46º 0.29% 0.53% -
XYZ 16.94 21.2 21.29 -
YUV 121.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 96 135 121 0.29 0 0.10 0.47 158.46 0.17 0.45
Hex 60 87 79 1D 0 A 2F 9E 11 2D
Octal 140 207 171 35 0 12 57 236 21 55
Binary 1100000 10000111 1111001 11101 0 1010 101111 10011110 10001 101101

Color Harmonies of #608779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608779

Black with #608779

Text Example


Text Example

White with #608779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608779; }

 p { color: rgb(96,135,121); }

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

background-color css

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

 a { background-color: rgb(96,135,121); }

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

border-color css

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

 span { border-color: rgb(96,135,121); }

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