Html Css Color HEX #608070 Cutty Sark

📋 copy color: '#608070'

red 96 ◦ green 128 ◦ blue 112

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

Shades of Cutty Sark #608070

Tints of Cutty Sark #608070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.1%

 BLUE value IS 112 (44.14% from 255) = 33.33%

R = 28.57%
G = 38.1%
B = 33.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#608070 (or 0x608070) is known color: Cutty Sark. HEX triplet: 60, 80 and 70. RGB value is (96,128,112). Sum of RGB (Red+Green+Blue) = 96+128+112=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 128 - color contains mainly: green. Hex color #608070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608070 is #9F7F8F. Grayscale: #747474. Windows color (decimal): -10452880 or 7372896. OLE color: 7372896.

HSL color Cylindrical-coordinate representation of color #608070: hue angle of 150º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #608070 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 128 112 -
CMYK 0.25 0 0.12 0.50
HSL 150º 0.14% 0.44% -
HSV(B) 150º 0.25% 0.5% -
XYZ 15.47 19.1 18.2 -
YUV 116.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 96 128 112 0.25 0 0.12 0.50 150 0.14 0.44
Hex 60 80 70 19 0 C 32 96 E 2C
Octal 140 200 160 31 0 14 62 226 16 54
Binary 1100000 10000000 1110000 11001 0 1100 110010 10010110 1110 101100

Color Harmonies of #608070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608070

Black with #608070

Text Example


Text Example

White with #608070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608070; }

 p { color: rgb(96,128,112); }

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

background-color css

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

 a { background-color: rgb(96,128,112); }

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

border-color css

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

 span { border-color: rgb(96,128,112); }

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