Html Css Color HEX #6C7867 Axolotl

📋 copy color: '#6C7867'

red 108 ◦ green 120 ◦ blue 103

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

Shades of Axolotl #6C7867

Tints of Axolotl #6C7867

RGB

 RED value IS 108 (42.58% from 255) = 32.63%

 GREEN value IS 120 (47.27% from 255) = 36.25%

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

R = 32.63%
G = 36.25%
B = 31.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#6C7867 (or 0x6C7867) is known color: Axolotl. HEX triplet: 6C, 78 and 67. RGB value is (108,120,103). Sum of RGB (Red+Green+Blue) = 108+120+103=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 120 - color contains mainly: green. Hex color #6C7867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7867 is #938798. Grayscale: #727272. Windows color (decimal): -9668505 or 6781036. OLE color: 6781036.

HSL color Cylindrical-coordinate representation of color #6C7867: hue angle of 102.35º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6C7867 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 120 103 -
CMYK 0.10 0 0.14 0.53
HSL 102.35º 0.08% 0.44% -
HSV(B) 102.35º 0.14% 0.47% -
XYZ 15.35 17.6 15.42 -
YUV 114.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 108 120 103 0.10 0 0.14 0.53 102.35 0.08 0.44
Hex 6C 78 67 A 0 E 35 66 8 2C
Octal 154 170 147 12 0 16 65 146 10 54
Binary 1101100 1111000 1100111 1010 0 1110 110101 1100110 1000 101100

Color Harmonies of #6C7867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7867

Black with #6C7867

Text Example


Text Example

White with #6C7867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,120,103); }

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

background-color css

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

 a { background-color: rgb(108,120,103); }

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

border-color css

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

 span { border-color: rgb(108,120,103); }

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