Html Css Color HEX #6B699B Scampi

📋 copy color: '#6B699B'

red 107 ◦ green 105 ◦ blue 155

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

Shades of Scampi #6B699B

Tints of Scampi #6B699B

RGB

 RED value IS 107 (42.19% from 255) = 29.16%

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

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 29.16%
G = 28.61%
B = 42.23%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B699B (or 0x6B699B) is known color: Scampi. HEX triplet: 6B, 69 and 9B. RGB value is (107,105,155). Sum of RGB (Red+Green+Blue) = 107+105+155=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B699B is #949664. Grayscale: #6F6F6F. Windows color (decimal): -9737829 or 10185067. OLE color: 10185067.

HSL color Cylindrical-coordinate representation of color #6B699B: hue angle of 242.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B699B is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 105 155 -
CMYK 0.31 0.32 0 0.39
HSL 242.4º 0.2% 0.51% -
HSV(B) 242.4º 0.32% 0.61% -
XYZ 17.03 15.6 33.12 -
YUV 111.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 107 105 155 0.31 0.32 0 0.39 242.4 0.2 0.51
Hex 6B 69 9B 1F 20 0 27 F2 14 33
Octal 153 151 233 37 40 0 47 362 24 63
Binary 1101011 1101001 10011011 11111 100000 0 100111 11110010 10100 110011

Color Harmonies of #6B699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B699B

Black with #6B699B

Text Example


Text Example

White with #6B699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,105,155); }

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

background-color css

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

 a { background-color: rgb(107,105,155); }

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

border-color css

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

 span { border-color: rgb(107,105,155); }

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