Html Css Color HEX #62685E Axolotl

📋 copy color: '#62685E'

red 98 ◦ green 104 ◦ blue 94

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

Shades of Axolotl #62685E

Tints of Axolotl #62685E

RGB

 RED value IS 98 (38.67% from 255) = 33.11%

 GREEN value IS 104 (41.02% from 255) = 35.14%

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 33.11%
G = 35.14%
B = 31.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#62685E (or 0x62685E) is known color: Axolotl. HEX triplet: 62, 68 and 5E. RGB value is (98,104,94). Sum of RGB (Red+Green+Blue) = 98+104+94=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 104 - color contains mainly: green. Hex color #62685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62685E is #9D97A1. Grayscale: #656565. Windows color (decimal): -10327970 or 6187106. OLE color: 6187106.

HSL color Cylindrical-coordinate representation of color #62685E: hue angle of 96º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #62685E is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 98 104 94 -
CMYK 0.06 0 0.10 0.59
HSL 96º 0.05% 0.39% -
HSV(B) 96º 0.1% 0.41% -
XYZ 12.01 13.31 12.53 -
YUV 101.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 98 104 94 0.06 0 0.10 0.59 96 0.05 0.39
Hex 62 68 5E 6 0 A 3B 60 5 27
Octal 142 150 136 6 0 12 73 140 5 47
Binary 1100010 1101000 1011110 110 0 1010 111011 1100000 101 100111

Color Harmonies of #62685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62685E

Black with #62685E

Text Example


Text Example

White with #62685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62685E; }

 p { color: rgb(98,104,94); }

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

background-color css

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

 a { background-color: rgb(98,104,94); }

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

border-color css

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

 span { border-color: rgb(98,104,94); }

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