Html Css Color HEX #6F649A Scampi

📋 copy color: '#6F649A'

red 111 ◦ green 100 ◦ blue 154

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

Shades of Scampi #6F649A

Tints of Scampi #6F649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.4%

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 30.41%
G = 27.4%
B = 42.19%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F649A (or 0x6F649A) is known color: Scampi. HEX triplet: 6F, 64 and 9A. RGB value is (111,100,154). Sum of RGB (Red+Green+Blue) = 111+100+154=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F649A is #909B65. Grayscale: #6D6D6D. Windows color (decimal): -9476966 or 10118255. OLE color: 10118255.

HSL color Cylindrical-coordinate representation of color #6F649A: hue angle of 252.22º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F649A is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 100 154 -
CMYK 0.28 0.35 0 0.40
HSL 252.22º 0.21% 0.5% -
HSV(B) 252.22º 0.35% 0.6% -
XYZ 16.95 14.83 32.54 -
YUV 109.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 111 100 154 0.28 0.35 0 0.40 252.22 0.21 0.5
Hex 6F 64 9A 1C 23 0 28 FC 15 32
Octal 157 144 232 34 43 0 50 374 25 62
Binary 1101111 1100100 10011010 11100 100011 0 101000 11111100 10101 110010

Color Harmonies of #6F649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F649A

Black with #6F649A

Text Example


Text Example

White with #6F649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,100,154); }

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

background-color css

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

 a { background-color: rgb(111,100,154); }

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

border-color css

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

 span { border-color: rgb(111,100,154); }

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