Html Css Color HEX #6A6864 Ironside Grey

📋 copy color: '#6A6864'

red 106 ◦ green 104 ◦ blue 100

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

Shades of Ironside Grey #6A6864

Tints of Ironside Grey #6A6864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.26%

R = 34.19%
G = 33.55%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6A6864 (or 0x6A6864) is known color: Ironside Grey. HEX triplet: 6A, 68 and 64. RGB value is (106,104,100). Sum of RGB (Red+Green+Blue) = 106+104+100=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6864 is #95979B. Grayscale: #686868. Windows color (decimal): -9803676 or 6580330. OLE color: 6580330.

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

Color convert

RGB 106 104 100 -
CMYK 0 0.02 0.06 0.58
HSL 40º 0.03% 0.4% -
HSV(B) 40º 0.06% 0.42% -
XYZ 13.19 13.88 14.04 -
YUV 104.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 106 104 100 0 0.02 0.06 0.58 40 0.03 0.4
Hex 6A 68 64 0 2 6 3A 28 3 28
Octal 152 150 144 0 2 6 72 50 3 50
Binary 1101010 1101000 1100100 0 10 110 111010 101000 11 101000

Color Harmonies of #6A6864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6864

Black with #6A6864

Text Example


Text Example

White with #6A6864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,104,100); }

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

background-color css

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

 a { background-color: rgb(106,104,100); }

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

border-color css

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

 span { border-color: rgb(106,104,100); }

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