Html Css Color HEX #606B5A Axolotl

📋 copy color: '#606B5A'

red 96 ◦ green 107 ◦ blue 90

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

Shades of Axolotl #606B5A

Tints of Axolotl #606B5A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.52%

 BLUE value IS 90 (35.55% from 255) = 30.72%

R = 32.76%
G = 36.52%
B = 30.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#606B5A (or 0x606B5A) is known color: Axolotl. HEX triplet: 60, 6B and 5A. RGB value is (96,107,90). Sum of RGB (Red+Green+Blue) = 96+107+90=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 107 - color contains mainly: green. Hex color #606B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B5A is #9F94A5. Grayscale: #656565. Windows color (decimal): -10458278 or 5925728. OLE color: 5925728.

HSL color Cylindrical-coordinate representation of color #606B5A: hue angle of 98.82º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #606B5A is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 107 90 -
CMYK 0.10 0 0.16 0.58
HSL 98.82º 0.09% 0.39% -
HSV(B) 98.82º 0.16% 0.42% -
XYZ 11.93 13.74 11.7 -
YUV 101.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 96 107 90 0.10 0 0.16 0.58 98.82 0.09 0.39
Hex 60 6B 5A A 0 10 3A 63 9 27
Octal 140 153 132 12 0 20 72 143 11 47
Binary 1100000 1101011 1011010 1010 0 10000 111010 1100011 1001 100111

Color Harmonies of #606B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B5A

Black with #606B5A

Text Example


Text Example

White with #606B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606B5A; }

 p { color: rgb(96,107,90); }

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

background-color css

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

 a { background-color: rgb(96,107,90); }

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

border-color css

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

 span { border-color: rgb(96,107,90); }

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