Html Css Color HEX #6C619C Scampi

📋 copy color: '#6C619C'

red 108 ◦ green 97 ◦ blue 156

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

Shades of Scampi #6C619C

Tints of Scampi #6C619C

RGB

 RED value IS 108 (42.58% from 255) = 29.92%

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

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

R = 29.92%
G = 26.87%
B = 43.21%

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

#6C619C (or 0x6C619C) is known color: Scampi. HEX triplet: 6C, 61 and 9C. RGB value is (108,97,156). Sum of RGB (Red+Green+Blue) = 108+97+156=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C619C is #939E63. Grayscale: #6A6A6A. Windows color (decimal): -9674340 or 10248556. OLE color: 10248556.

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

Color convert

RGB 108 97 156 -
CMYK 0.31 0.38 0 0.39
HSL 251.19º 0.23% 0.5% -
HSV(B) 251.19º 0.38% 0.61% -
XYZ 16.46 14.14 33.31 -
YUV 107.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 108 97 156 0.31 0.38 0 0.39 251.19 0.23 0.5
Hex 6C 61 9C 1F 26 0 27 FB 17 32
Octal 154 141 234 37 46 0 47 373 27 62
Binary 1101100 1100001 10011100 11111 100110 0 100111 11111011 10111 110010

Color Harmonies of #6C619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C619C

Black with #6C619C

Text Example


Text Example

White with #6C619C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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