Html Css Color HEX #6F5A6C Salt Box

📋 copy color: '#6F5A6C'

red 111 ◦ green 90 ◦ blue 108

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

Shades of Salt Box #6F5A6C

Tints of Salt Box #6F5A6C

RGB

 RED value IS 111 (43.75% from 255) = 35.92%

 GREEN value IS 90 (35.55% from 255) = 29.13%

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 35.92%
G = 29.13%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6F5A6C (or 0x6F5A6C) is known color: Salt Box. HEX triplet: 6F, 5A and 6C. RGB value is (111,90,108). Sum of RGB (Red+Green+Blue) = 111+90+108=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A6C is #90A593. Grayscale: #626262. Windows color (decimal): -9479572 or 7101039. OLE color: 7101039.

HSL color Cylindrical-coordinate representation of color #6F5A6C: hue angle of 308.57º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F5A6C is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 90 108 -
CMYK 0 0.19 0.03 0.56
HSL 308.57º 0.1% 0.39% -
HSV(B) 308.57º 0.19% 0.44% -
XYZ 12.92 11.77 15.78 -
YUV 98.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 111 90 108 0 0.19 0.03 0.56 308.57 0.1 0.39
Hex 6F 5A 6C 0 13 3 38 135 A 27
Octal 157 132 154 0 23 3 70 465 12 47
Binary 1101111 1011010 1101100 0 10011 11 111000 100110101 1010 100111

Color Harmonies of #6F5A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5A6C

Black with #6F5A6C

Text Example


Text Example

White with #6F5A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,90,108); }

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

background-color css

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

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

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

border-color css

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

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

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