Html Css Color HEX #607C6F Cutty Sark

📋 copy color: '#607C6F'

red 96 ◦ green 124 ◦ blue 111

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

Shades of Cutty Sark #607C6F

Tints of Cutty Sark #607C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.46%

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 29%
G = 37.46%
B = 33.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#607C6F (or 0x607C6F) is known color: Cutty Sark. HEX triplet: 60, 7C and 6F. RGB value is (96,124,111). Sum of RGB (Red+Green+Blue) = 96+124+111=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 124 - color contains mainly: green. Hex color #607C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607C6F is #9F8390. Grayscale: #727272. Windows color (decimal): -10453905 or 7306336. OLE color: 7306336.

HSL color Cylindrical-coordinate representation of color #607C6F: hue angle of 152.14º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #607C6F is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 124 111 -
CMYK 0.23 0 0.10 0.51
HSL 152.14º 0.13% 0.43% -
HSV(B) 152.14º 0.23% 0.49% -
XYZ 14.9 18.05 17.74 -
YUV 114.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 96 124 111 0.23 0 0.10 0.51 152.14 0.13 0.43
Hex 60 7C 6F 17 0 A 33 98 D 2B
Octal 140 174 157 27 0 12 63 230 15 53
Binary 1100000 1111100 1101111 10111 0 1010 110011 10011000 1101 101011

Color Harmonies of #607C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607C6F

Black with #607C6F

Text Example


Text Example

White with #607C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607C6F; }

 p { color: rgb(96,124,111); }

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

background-color css

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

 a { background-color: rgb(96,124,111); }

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

border-color css

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

 span { border-color: rgb(96,124,111); }

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