Html Css Color HEX #6C6C68 Ironside Grey

📋 copy color: '#6C6C68'

red 108 ◦ green 108 ◦ blue 104

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

Shades of Ironside Grey #6C6C68

Tints of Ironside Grey #6C6C68

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.75%

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

R = 33.75%
G = 33.75%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6C6C68 (or 0x6C6C68) is known color: Ironside Grey. HEX triplet: 6C, 6C and 68. RGB value is (108,108,104). Sum of RGB (Red+Green+Blue) = 108+108+104=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 108 - color contains mainly: red, green. Hex color #6C6C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6C68 is #939397. Grayscale: #6B6B6B. Windows color (decimal): -9671576 or 6843500. OLE color: 6843500.

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

Color convert

RGB 108 108 104 -
CMYK 0 0 0.04 0.58
HSL 60º 0.02% 0.42% -
HSV(B) 60º 0.04% 0.42% -
XYZ 14.05 14.91 15.23 -
YUV 107.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 108 108 104 0 0 0.04 0.58 60 0.02 0.42
Hex 6C 6C 68 0 0 4 3A 3C 2 2A
Octal 154 154 150 0 0 4 72 74 2 52
Binary 1101100 1101100 1101000 0 0 100 111010 111100 10 101010

Color Harmonies of #6C6C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6C68

Black with #6C6C68

Text Example


Text Example

White with #6C6C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,108,104); }

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

background-color css

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

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

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

border-color css

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

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

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