Html Css Color HEX #6B629B Scampi

📋 copy color: '#6B629B'

red 107 ◦ green 98 ◦ blue 155

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

Shades of Scampi #6B629B

Tints of Scampi #6B629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.22%

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

R = 29.72%
G = 27.22%
B = 43.06%

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

#6B629B (or 0x6B629B) is known color: Scampi. HEX triplet: 6B, 62 and 9B. RGB value is (107,98,155). Sum of RGB (Red+Green+Blue) = 107+98+155=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B629B is #949D64. Grayscale: #6A6A6A. Windows color (decimal): -9739621 or 10183275. OLE color: 10183275.

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

Color convert

RGB 107 98 155 -
CMYK 0.31 0.37 0 0.39
HSL 249.47º 0.23% 0.5% -
HSV(B) 249.47º 0.37% 0.61% -
XYZ 16.35 14.23 32.89 -
YUV 107.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 107 98 155 0.31 0.37 0 0.39 249.47 0.23 0.5
Hex 6B 62 9B 1F 25 0 27 F9 17 32
Octal 153 142 233 37 45 0 47 371 27 62
Binary 1101011 1100010 10011011 11111 100101 0 100111 11111001 10111 110010

Color Harmonies of #6B629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B629B

Black with #6B629B

Text Example


Text Example

White with #6B629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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