Html Css Color HEX #6F5367 Salt Box

📋 copy color: '#6F5367'

red 111 ◦ green 83 ◦ blue 103

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

Shades of Salt Box #6F5367

Tints of Salt Box #6F5367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 37.37%
G = 27.95%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#6F5367 (or 0x6F5367) is known color: Salt Box. HEX triplet: 6F, 53 and 67. RGB value is (111,83,103). Sum of RGB (Red+Green+Blue) = 111+83+103=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5367 is #90AC98. Grayscale: #5D5D5D. Windows color (decimal): -9481369 or 6771567. OLE color: 6771567.

HSL color Cylindrical-coordinate representation of color #6F5367: hue angle of 317.14º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F5367 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 83 103 -
CMYK 0 0.25 0.07 0.56
HSL 317.14º 0.14% 0.38% -
HSV(B) 317.14º 0.25% 0.44% -
XYZ 12.1 10.55 14.23 -
YUV 93.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 111 83 103 0 0.25 0.07 0.56 317.14 0.14 0.38
Hex 6F 53 67 0 19 7 38 13D E 26
Octal 157 123 147 0 31 7 70 475 16 46
Binary 1101111 1010011 1100111 0 11001 111 111000 100111101 1110 100110

Color Harmonies of #6F5367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5367

Black with #6F5367

Text Example


Text Example

White with #6F5367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,83,103); }

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

background-color css

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

 a { background-color: rgb(111,83,103); }

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

border-color css

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

 span { border-color: rgb(111,83,103); }

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