Html Css Color HEX #6B619C Scampi

📋 copy color: '#6B619C'

red 107 ◦ green 97 ◦ blue 156

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

Shades of Scampi #6B619C

Tints of Scampi #6B619C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.33%

R = 29.72%
G = 26.94%
B = 43.33%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B619C (or 0x6B619C) is known color: Scampi. HEX triplet: 6B, 61 and 9C. RGB value is (107,97,156). Sum of RGB (Red+Green+Blue) = 107+97+156=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B619C is #949E63. Grayscale: #6A6A6A. Windows color (decimal): -9739876 or 10248555. OLE color: 10248555.

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

Color convert

RGB 107 97 156 -
CMYK 0.31 0.38 0 0.39
HSL 250.17º 0.23% 0.5% -
HSV(B) 250.17º 0.38% 0.61% -
XYZ 16.34 14.08 33.31 -
YUV 106.72 155.81 128.2 -
System Red Green Blue C M Y K H S L
Decimal 107 97 156 0.31 0.38 0 0.39 250.17 0.23 0.5
Hex 6B 61 9C 1F 26 0 27 FA 17 32
Octal 153 141 234 37 46 0 47 372 27 62
Binary 1101011 1100001 10011100 11111 100110 0 100111 11111010 10111 110010

Color Harmonies of #6B619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B619C

Black with #6B619C

Text Example


Text Example

White with #6B619C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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