Html Css Color HEX #6A7167 Axolotl

📋 copy color: '#6A7167'

red 106 ◦ green 113 ◦ blue 103

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

Shades of Axolotl #6A7167

Tints of Axolotl #6A7167

RGB

 RED value IS 106 (41.8% from 255) = 32.92%

 GREEN value IS 113 (44.53% from 255) = 35.09%

 BLUE value IS 103 (40.63% from 255) = 31.99%

R = 32.92%
G = 35.09%
B = 31.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6A7167 (or 0x6A7167) is known color: Axolotl. HEX triplet: 6A, 71 and 67. RGB value is (106,113,103). Sum of RGB (Red+Green+Blue) = 106+113+103=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7167 is #958E98. Grayscale: #6D6D6D. Windows color (decimal): -9801369 or 6779242. OLE color: 6779242.

HSL color Cylindrical-coordinate representation of color #6A7167: hue angle of 102º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6A7167 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 113 103 -
CMYK 0.06 0 0.09 0.56
HSL 102º 0.05% 0.42% -
HSV(B) 102º 0.09% 0.44% -
XYZ 14.3 15.85 15.14 -
YUV 109.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 106 113 103 0.06 0 0.09 0.56 102 0.05 0.42
Hex 6A 71 67 6 0 9 38 66 5 2A
Octal 152 161 147 6 0 11 70 146 5 52
Binary 1101010 1110001 1100111 110 0 1001 111000 1100110 101 101010

Color Harmonies of #6A7167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7167

Black with #6A7167

Text Example


Text Example

White with #6A7167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A7167; }

 p { color: rgb(106,113,103); }

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

background-color css

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

 a { background-color: rgb(106,113,103); }

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

border-color css

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

 span { border-color: rgb(106,113,103); }

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