Html Css Color HEX #6B6992 Scampi

📋 copy color: '#6B6992'

red 107 ◦ green 105 ◦ blue 146

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

Shades of Scampi #6B6992

Tints of Scampi #6B6992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 29.89%
G = 29.33%
B = 40.78%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B6992 (or 0x6B6992) is known color: Scampi. HEX triplet: 6B, 69 and 92. RGB value is (107,105,146). Sum of RGB (Red+Green+Blue) = 107+105+146=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B6992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6992 is #94966D. Grayscale: #6E6E6E. Windows color (decimal): -9737838 or 9595243. OLE color: 9595243.

HSL color Cylindrical-coordinate representation of color #6B6992: hue angle of 242.93º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B6992 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 105 146 -
CMYK 0.27 0.28 0 0.43
HSL 242.93º 0.16% 0.49% -
HSV(B) 242.93º 0.28% 0.57% -
XYZ 16.3 15.3 29.29 -
YUV 110.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 107 105 146 0.27 0.28 0 0.43 242.93 0.16 0.49
Hex 6B 69 92 1B 1C 0 2B F3 10 31
Octal 153 151 222 33 34 0 53 363 20 61
Binary 1101011 1101001 10010010 11011 11100 0 101011 11110011 10000 110001

Color Harmonies of #6B6992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6992

Black with #6B6992

Text Example


Text Example

White with #6B6992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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