Html Css Color HEX #6B7168 Axolotl

📋 copy color: '#6B7168'

red 107 ◦ green 113 ◦ blue 104

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

Shades of Axolotl #6B7168

Tints of Axolotl #6B7168

RGB

 RED value IS 107 (42.19% from 255) = 33.02%

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

 BLUE value IS 104 (41.02% from 255) = 32.1%

R = 33.02%
G = 34.88%
B = 32.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6B7168 (or 0x6B7168) is known color: Axolotl. HEX triplet: 6B, 71 and 68. RGB value is (107,113,104). Sum of RGB (Red+Green+Blue) = 107+113+104=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7168 is #948E97. Grayscale: #6E6E6E. Windows color (decimal): -9735832 or 6844779. OLE color: 6844779.

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

Color convert

RGB 107 113 104 -
CMYK 0.05 0 0.08 0.56
HSL 100º 0.04% 0.43% -
HSV(B) 100º 0.08% 0.44% -
XYZ 14.47 15.94 15.41 -
YUV 110.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 107 113 104 0.05 0 0.08 0.56 100 0.04 0.43
Hex 6B 71 68 5 0 8 38 64 4 2B
Octal 153 161 150 5 0 10 70 144 4 53
Binary 1101011 1110001 1101000 101 0 1000 111000 1100100 100 101011

Color Harmonies of #6B7168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7168

Black with #6B7168

Text Example


Text Example

White with #6B7168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,113,104); }

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

background-color css

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

 a { background-color: rgb(107,113,104); }

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

border-color css

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

 span { border-color: rgb(107,113,104); }

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