Html Css Color HEX #6C6C69 Ironside Grey

📋 copy color: '#6C6C69'

red 108 ◦ green 108 ◦ blue 105

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

Shades of Ironside Grey #6C6C69

Tints of Ironside Grey #6C6C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.71%

R = 33.64%
G = 33.64%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6C6C69 (or 0x6C6C69) is known color: Ironside Grey. HEX triplet: 6C, 6C and 69. RGB value is (108,108,105). Sum of RGB (Red+Green+Blue) = 108+108+105=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 108 - color contains mainly: red, green. Hex color #6C6C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6C69 is #939396. Grayscale: #6B6B6B. Windows color (decimal): -9671575 or 6909036. OLE color: 6909036.

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

Color convert

RGB 108 108 105 -
CMYK 0 0 0.03 0.58
HSL 60º 0.01% 0.42% -
HSV(B) 60º 0.03% 0.42% -
XYZ 14.1 14.93 15.5 -
YUV 107.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 108 108 105 0 0 0.03 0.58 60 0.01 0.42
Hex 6C 6C 69 0 0 3 3A 3C 1 2A
Octal 154 154 151 0 0 3 72 74 1 52
Binary 1101100 1101100 1101001 0 0 11 111010 111100 1 101010

Color Harmonies of #6C6C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6C69

Black with #6C6C69

Text Example


Text Example

White with #6C6C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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