Html Css Color HEX #6B619B Scampi

📋 copy color: '#6B619B'

red 107 ◦ green 97 ◦ blue 155

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

Shades of Scampi #6B619B

Tints of Scampi #6B619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.02%

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

R = 29.81%
G = 27.02%
B = 43.18%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B619B (or 0x6B619B) is known color: Scampi. HEX triplet: 6B, 61 and 9B. RGB value is (107,97,155). Sum of RGB (Red+Green+Blue) = 107+97+155=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B619B is #949E64. Grayscale: #6A6A6A. Windows color (decimal): -9739877 or 10183019. OLE color: 10183019.

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

Color convert

RGB 107 97 155 -
CMYK 0.31 0.37 0 0.39
HSL 250.34º 0.23% 0.49% -
HSV(B) 250.34º 0.37% 0.61% -
XYZ 16.25 14.04 32.86 -
YUV 106.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 107 97 155 0.31 0.37 0 0.39 250.34 0.23 0.49
Hex 6B 61 9B 1F 25 0 27 FA 17 31
Octal 153 141 233 37 45 0 47 372 27 61
Binary 1101011 1100001 10011011 11111 100101 0 100111 11111010 10111 110001

Color Harmonies of #6B619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B619B

Black with #6B619B

Text Example


Text Example

White with #6B619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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