Html Css Color HEX #607455 Axolotl

📋 copy color: '#607455'

red 96 ◦ green 116 ◦ blue 85

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

Shades of Axolotl #607455

Tints of Axolotl #607455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.06%

 BLUE value IS 85 (33.59% from 255) = 28.62%

R = 32.32%
G = 39.06%
B = 28.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#607455 (or 0x607455) is known color: Axolotl. HEX triplet: 60, 74 and 55. RGB value is (96,116,85). Sum of RGB (Red+Green+Blue) = 96+116+85=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #607455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607455 is #9F8BAA. Grayscale: #6A6A6A. Windows color (decimal): -10455979 or 5600352. OLE color: 5600352.

HSL color Cylindrical-coordinate representation of color #607455: hue angle of 98.71º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #607455 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 116 85 -
CMYK 0.17 0 0.27 0.55
HSL 98.71º 0.15% 0.39% -
HSV(B) 98.71º 0.27% 0.45% -
XYZ 12.71 15.63 10.94 -
YUV 106.49 115.87 120.52 -
System Red Green Blue C M Y K H S L
Decimal 96 116 85 0.17 0 0.27 0.55 98.71 0.15 0.39
Hex 60 74 55 11 0 1B 37 63 F 27
Octal 140 164 125 21 0 33 67 143 17 47
Binary 1100000 1110100 1010101 10001 0 11011 110111 1100011 1111 100111

Color Harmonies of #607455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607455

Black with #607455

Text Example


Text Example

White with #607455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607455; }

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

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

background-color css

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

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

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

border-color css

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

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

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