#6B629B

Color #6B629B Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #6B629B

Tints of Scampi #6B629B

Color information

#6B629B (or 0x6B629B) is unknown color: approx 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

RGB10798155-
CMYK0.310.3700.39
HSL249.47º22.53%49.61%-
HSV(B)249.47º36.77%60.78%-
XYZ16.3514.2332.89-
YUV107.19154.98127.87-

RGB Variations

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

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 (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal107981550.310.3700.39249.4722.5349.61
Hex6B629B1F25027f91732
Octal15314223337450473712762
Binary11010111100010100110111111110010101001111111100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>