Html Css Color HEX #6C506A Salt Box

📋 copy color: '#6C506A'

red 108 ◦ green 80 ◦ blue 106

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

Shades of Salt Box #6C506A

Tints of Salt Box #6C506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.21%

 BLUE value IS 106 (41.8% from 255) = 36.05%

R = 36.73%
G = 27.21%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#6C506A (or 0x6C506A) is known color: Salt Box. HEX triplet: 6C, 50 and 6A. RGB value is (108,80,106). Sum of RGB (Red+Green+Blue) = 108+80+106=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 108 - color contains mainly: red. Hex color #6C506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C506A is #93AF95. Grayscale: #5B5B5B. Windows color (decimal): -9678742 or 6967404. OLE color: 6967404.

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

Color convert

RGB 108 80 106 -
CMYK 0 0.26 0.02 0.58
HSL 304.29º 0.15% 0.37% -
HSV(B) 304.29º 0.26% 0.42% -
XYZ 11.65 9.97 14.95 -
YUV 91.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 108 80 106 0 0.26 0.02 0.58 304.29 0.15 0.37
Hex 6C 50 6A 0 1A 2 3A 130 F 25
Octal 154 120 152 0 32 2 72 460 17 45
Binary 1101100 1010000 1101010 0 11010 10 111010 100110000 1111 100101

Color Harmonies of #6C506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C506A

Black with #6C506A

Text Example


Text Example

White with #6C506A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,80,106); }

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

background-color css

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

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

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

border-color css

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

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

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