Html Css Color HEX #607B74 Cutty Sark

📋 copy color: '#607B74'

red 96 ◦ green 123 ◦ blue 116

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

Shades of Cutty Sark #607B74

Tints of Cutty Sark #607B74

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.72%

 BLUE value IS 116 (45.7% from 255) = 34.63%

R = 28.66%
G = 36.72%
B = 34.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#607B74 (or 0x607B74) is known color: Cutty Sark. HEX triplet: 60, 7B and 74. RGB value is (96,123,116). Sum of RGB (Red+Green+Blue) = 96+123+116=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 123 - color contains mainly: green. Hex color #607B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B74 is #9F848B. Grayscale: #727272. Windows color (decimal): -10454156 or 7633760. OLE color: 7633760.

HSL color Cylindrical-coordinate representation of color #607B74: hue angle of 164.44º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #607B74 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 123 116 -
CMYK 0.22 0 0.06 0.52
HSL 164.44º 0.12% 0.43% -
HSV(B) 164.44º 0.22% 0.48% -
XYZ 15.06 17.91 19.19 -
YUV 114.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 96 123 116 0.22 0 0.06 0.52 164.44 0.12 0.43
Hex 60 7B 74 16 0 6 34 A4 C 2B
Octal 140 173 164 26 0 6 64 244 14 53
Binary 1100000 1111011 1110100 10110 0 110 110100 10100100 1100 101011

Color Harmonies of #607B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607B74

Black with #607B74

Text Example


Text Example

White with #607B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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