Html Css Color HEX #696B68 Axolotl

📋 copy color: '#696B68'

red 105 ◦ green 107 ◦ blue 104

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

Shades of Axolotl #696B68

Tints of Axolotl #696B68

RGB

 RED value IS 105 (41.41% from 255) = 33.23%

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

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

R = 33.23%
G = 33.86%
B = 32.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#696B68 (or 0x696B68) is known color: Axolotl. HEX triplet: 69, 6B and 68. RGB value is (105,107,104). Sum of RGB (Red+Green+Blue) = 105+107+104=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 107 - color contains mainly: green. Hex color #696B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B68 is #969497. Grayscale: #6A6A6A. Windows color (decimal): -9868440 or 6843241. OLE color: 6843241.

HSL color Cylindrical-coordinate representation of color #696B68: hue angle of 100º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #696B68 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 107 104 -
CMYK 0.02 0 0.03 0.58
HSL 100º 0.01% 0.41% -
HSV(B) 100º 0.03% 0.42% -
XYZ 13.58 14.52 15.18 -
YUV 106.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 105 107 104 0.02 0 0.03 0.58 100 0.01 0.41
Hex 69 6B 68 2 0 3 3A 64 1 29
Octal 151 153 150 2 0 3 72 144 1 51
Binary 1101001 1101011 1101000 10 0 11 111010 1100100 1 101001

Color Harmonies of #696B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B68

Black with #696B68

Text Example


Text Example

White with #696B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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