Html Css Color HEX #6B659D Scampi

📋 copy color: '#6B659D'

red 107 ◦ green 101 ◦ blue 157

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

Shades of Scampi #6B659D

Tints of Scampi #6B659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

 BLUE value IS 157 (61.72% from 255) = 43.01%

R = 29.32%
G = 27.67%
B = 43.01%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B659D (or 0x6B659D) is known color: Scampi. HEX triplet: 6B, 65 and 9D. RGB value is (107,101,157). Sum of RGB (Red+Green+Blue) = 107+101+157=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B659D is #949A62. Grayscale: #6C6C6C. Windows color (decimal): -9738851 or 10315115. OLE color: 10315115.

HSL color Cylindrical-coordinate representation of color #6B659D: hue angle of 246.43º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B659D is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 101 157 -
CMYK 0.32 0.36 0 0.38
HSL 246.43º 0.22% 0.51% -
HSV(B) 246.43º 0.36% 0.62% -
XYZ 16.8 14.87 33.88 -
YUV 109.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 107 101 157 0.32 0.36 0 0.38 246.43 0.22 0.51
Hex 6B 65 9D 20 24 0 26 F6 16 33
Octal 153 145 235 40 44 0 46 366 26 63
Binary 1101011 1100101 10011101 100000 100100 0 100110 11110110 10110 110011

Color Harmonies of #6B659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B659D

Black with #6B659D

Text Example


Text Example

White with #6B659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,101,157); }

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

background-color css

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

 a { background-color: rgb(107,101,157); }

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

border-color css

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

 span { border-color: rgb(107,101,157); }

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