Html Css Color HEX #6B6397 Scampi

📋 copy color: '#6B6397'

red 107 ◦ green 99 ◦ blue 151

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

Shades of Scampi #6B6397

Tints of Scampi #6B6397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

 BLUE value IS 151 (59.38% from 255) = 42.3%

R = 29.97%
G = 27.73%
B = 42.3%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6B6397 (or 0x6B6397) is known color: Scampi. HEX triplet: 6B, 63 and 97. RGB value is (107,99,151). Sum of RGB (Red+Green+Blue) = 107+99+151=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B6397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6397 is #949C68. Grayscale: #6B6B6B. Windows color (decimal): -9739369 or 9921387. OLE color: 9921387.

HSL color Cylindrical-coordinate representation of color #6B6397: hue angle of 249.23º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B6397 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 99 151 -
CMYK 0.29 0.34 0 0.41
HSL 249.23º 0.21% 0.49% -
HSV(B) 249.23º 0.34% 0.59% -
XYZ 16.11 14.28 31.19 -
YUV 107.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 107 99 151 0.29 0.34 0 0.41 249.23 0.21 0.49
Hex 6B 63 97 1D 22 0 29 F9 15 31
Octal 153 143 227 35 42 0 51 371 25 61
Binary 1101011 1100011 10010111 11101 100010 0 101001 11111001 10101 110001

Color Harmonies of #6B6397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6397

Black with #6B6397

Text Example


Text Example

White with #6B6397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,99,151); }

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

background-color css

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

 a { background-color: rgb(107,99,151); }

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

border-color css

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

 span { border-color: rgb(107,99,151); }

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