Html Css Color HEX #6F4B66 Salt Box

📋 copy color: '#6F4B66'

red 111 ◦ green 75 ◦ blue 102

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

Shades of Salt Box #6F4B66

Tints of Salt Box #6F4B66

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.04%

 BLUE value IS 102 (40.23% from 255) = 35.42%

R = 38.54%
G = 26.04%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6F4B66 (or 0x6F4B66) is known color: Salt Box. HEX triplet: 6F, 4B and 66. RGB value is (111,75,102). Sum of RGB (Red+Green+Blue) = 111+75+102=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4B66 is #90B499. Grayscale: #585858. Windows color (decimal): -9483418 or 6703983. OLE color: 6703983.

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

Color convert

RGB 111 75 102 -
CMYK 0 0.32 0.08 0.56
HSL 315º 0.19% 0.36% -
HSV(B) 315º 0.32% 0.44% -
XYZ 11.47 9.37 13.77 -
YUV 88.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 111 75 102 0 0.32 0.08 0.56 315 0.19 0.36
Hex 6F 4B 66 0 20 8 38 13B 13 24
Octal 157 113 146 0 40 10 70 473 23 44
Binary 1101111 1001011 1100110 0 100000 1000 111000 100111011 10011 100100

Color Harmonies of #6F4B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4B66

Black with #6F4B66

Text Example


Text Example

White with #6F4B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,75,102); }

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

background-color css

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

 a { background-color: rgb(111,75,102); }

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

border-color css

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

 span { border-color: rgb(111,75,102); }

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