Html Css Color HEX #6F5366 Salt Box

📋 copy color: '#6F5366'

red 111 ◦ green 83 ◦ blue 102

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

Shades of Salt Box #6F5366

Tints of Salt Box #6F5366

RGB

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

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

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

R = 37.5%
G = 28.04%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6F5366 (or 0x6F5366) is known color: Salt Box. HEX triplet: 6F, 53 and 66. RGB value is (111,83,102). Sum of RGB (Red+Green+Blue) = 111+83+102=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5366 is #90AC99. Grayscale: #5D5D5D. Windows color (decimal): -9481370 or 6706031. OLE color: 6706031.

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

Color convert

RGB 111 83 102 -
CMYK 0 0.25 0.08 0.56
HSL 319.29º 0.14% 0.38% -
HSV(B) 319.29º 0.25% 0.44% -
XYZ 12.05 10.53 13.97 -
YUV 93.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 111 83 102 0 0.25 0.08 0.56 319.29 0.14 0.38
Hex 6F 53 66 0 19 8 38 13F E 26
Octal 157 123 146 0 31 10 70 477 16 46
Binary 1101111 1010011 1100110 0 11001 1000 111000 100111111 1110 100110

Color Harmonies of #6F5366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5366

Black with #6F5366

Text Example


Text Example

White with #6F5366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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