Html Css Color HEX #6B619E Scampi

📋 copy color: '#6B619E'

red 107 ◦ green 97 ◦ blue 158

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

Shades of Scampi #6B619E

Tints of Scampi #6B619E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.65%

R = 29.56%
G = 26.8%
B = 43.65%

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

#6B619E (or 0x6B619E) is known color: Scampi. HEX triplet: 6B, 61 and 9E. RGB value is (107,97,158). Sum of RGB (Red+Green+Blue) = 107+97+158=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B619E is #949E61. Grayscale: #6A6A6A. Windows color (decimal): -9739874 or 10379627. OLE color: 10379627.

HSL color Cylindrical-coordinate representation of color #6B619E: hue angle of 249.84º 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 #6B619E is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 97 158 -
CMYK 0.32 0.39 0 0.38
HSL 249.84º 0.24% 0.5% -
HSV(B) 249.84º 0.39% 0.62% -
XYZ 16.51 14.14 34.21 -
YUV 106.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 107 97 158 0.32 0.39 0 0.38 249.84 0.24 0.5
Hex 6B 61 9E 20 27 0 26 FA 18 32
Octal 153 141 236 40 47 0 46 372 30 62
Binary 1101011 1100001 10011110 100000 100111 0 100110 11111010 11000 110010

Color Harmonies of #6B619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B619E

Black with #6B619E

Text Example


Text Example

White with #6B619E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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