Html Css Color HEX #6B609D Scampi

📋 copy color: '#6B609D'

red 107 ◦ green 96 ◦ blue 157

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

Shades of Scampi #6B609D

Tints of Scampi #6B609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

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

R = 29.72%
G = 26.67%
B = 43.61%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B609D (or 0x6B609D) is known color: Scampi. HEX triplet: 6B, 60 and 9D. RGB value is (107,96,157). Sum of RGB (Red+Green+Blue) = 107+96+157=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B609D is #949F62. Grayscale: #6A6A6A. Windows color (decimal): -9740131 or 10313835. OLE color: 10313835.

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

Color convert

RGB 107 96 157 -
CMYK 0.32 0.39 0 0.38
HSL 250.82º 0.24% 0.5% -
HSV(B) 250.82º 0.39% 0.62% -
XYZ 16.33 13.93 33.73 -
YUV 106.24 156.64 128.54 -
System Red Green Blue C M Y K H S L
Decimal 107 96 157 0.32 0.39 0 0.38 250.82 0.24 0.5
Hex 6B 60 9D 20 27 0 26 FB 18 32
Octal 153 140 235 40 47 0 46 373 30 62
Binary 1101011 1100000 10011101 100000 100111 0 100110 11111011 11000 110010

Color Harmonies of #6B609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B609D

Black with #6B609D

Text Example


Text Example

White with #6B609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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