Html Css Color HEX #6F5A6B Salt Box

📋 copy color: '#6F5A6B'

red 111 ◦ green 90 ◦ blue 107

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

Shades of Salt Box #6F5A6B

Tints of Salt Box #6F5A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.74%

R = 36.04%
G = 29.22%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#6F5A6B (or 0x6F5A6B) is known color: Salt Box. HEX triplet: 6F, 5A and 6B. RGB value is (111,90,107). Sum of RGB (Red+Green+Blue) = 111+90+107=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A6B is #90A594. Grayscale: #626262. Windows color (decimal): -9479573 or 7035503. OLE color: 7035503.

HSL color Cylindrical-coordinate representation of color #6F5A6B: hue angle of 311.43º 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 #6F5A6B is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 90 107 -
CMYK 0 0.19 0.04 0.56
HSL 311.43º 0.1% 0.39% -
HSV(B) 311.43º 0.19% 0.44% -
XYZ 12.87 11.75 15.5 -
YUV 98.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 111 90 107 0 0.19 0.04 0.56 311.43 0.1 0.39
Hex 6F 5A 6B 0 13 4 38 137 A 27
Octal 157 132 153 0 23 4 70 467 12 47
Binary 1101111 1011010 1101011 0 10011 100 111000 100110111 1010 100111

Color Harmonies of #6F5A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5A6B

Black with #6F5A6B

Text Example


Text Example

White with #6F5A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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