Html Css Color HEX #607A6F Cutty Sark

📋 copy color: '#607A6F'

red 96 ◦ green 122 ◦ blue 111

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

Shades of Cutty Sark #607A6F

Tints of Cutty Sark #607A6F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.08%

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

R = 29.18%
G = 37.08%
B = 33.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#607A6F (or 0x607A6F) is known color: Cutty Sark. HEX triplet: 60, 7A and 6F. RGB value is (96,122,111). Sum of RGB (Red+Green+Blue) = 96+122+111=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 122 - color contains mainly: green. Hex color #607A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A6F is #9F8590. Grayscale: #707070. Windows color (decimal): -10454417 or 7305824. OLE color: 7305824.

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

Color convert

RGB 96 122 111 -
CMYK 0.21 0 0.09 0.52
HSL 154.62º 0.12% 0.43% -
HSV(B) 154.62º 0.21% 0.48% -
XYZ 14.65 17.55 17.65 -
YUV 112.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 96 122 111 0.21 0 0.09 0.52 154.62 0.12 0.43
Hex 60 7A 6F 15 0 9 34 9B C 2B
Octal 140 172 157 25 0 11 64 233 14 53
Binary 1100000 1111010 1101111 10101 0 1001 110100 10011011 1100 101011

Color Harmonies of #607A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607A6F

Black with #607A6F

Text Example


Text Example

White with #607A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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