Html Css Color HEX #6F6999 Scampi

📋 copy color: '#6F6999'

red 111 ◦ green 105 ◦ blue 153

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

Shades of Scampi #6F6999

Tints of Scampi #6F6999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.46%

 BLUE value IS 153 (60.16% from 255) = 41.46%

R = 30.08%
G = 28.46%
B = 41.46%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6F6999 (or 0x6F6999) is known color: Scampi. HEX triplet: 6F, 69 and 99. RGB value is (111,105,153). Sum of RGB (Red+Green+Blue) = 111+105+153=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F6999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6999 is #909666. Grayscale: #707070. Windows color (decimal): -9475687 or 10053999. OLE color: 10053999.

HSL color Cylindrical-coordinate representation of color #6F6999: hue angle of 247.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F6999 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 105 153 -
CMYK 0.27 0.31 0 0.4
HSL 247.5º 0.19% 0.51% -
HSV(B) 247.5º 0.31% 0.6% -
XYZ 17.36 15.78 32.27 -
YUV 112.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 111 105 153 0.27 0.31 0 0.4 247.5 0.19 0.51
Hex 6F 69 99 1B 1F 0 28 F8 13 33
Octal 157 151 231 33 37 0 50 370 23 63
Binary 1101111 1101001 10011001 11011 11111 0 101000 11111000 10011 110011

Color Harmonies of #6F6999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6999

Black with #6F6999

Text Example


Text Example

White with #6F6999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,105,153); }

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

background-color css

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

 a { background-color: rgb(111,105,153); }

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

border-color css

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

 span { border-color: rgb(111,105,153); }

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