Html Css Color HEX #6C6BA6 Scampi

📋 copy color: '#6C6BA6'

red 108 ◦ green 107 ◦ blue 166

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

Shades of Scampi #6C6BA6

Tints of Scampi #6C6BA6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.08%

 BLUE value IS 166 (65.23% from 255) = 43.57%

R = 28.35%
G = 28.08%
B = 43.57%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6C6BA6 (or 0x6C6BA6) is known color: Scampi. HEX triplet: 6C, 6B and A6. RGB value is (108,107,166). Sum of RGB (Red+Green+Blue) = 108+107+166=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 166 - color contains mainly: blue. Hex color #6C6BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6BA6 is #939459. Grayscale: #717171. Windows color (decimal): -9671770 or 10906476. OLE color: 10906476.

HSL color Cylindrical-coordinate representation of color #6C6BA6: hue angle of 241.02º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C6BA6 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 108 107 166 -
CMYK 0.35 0.36 0 0.35
HSL 241.02º 0.25% 0.54% -
HSV(B) 241.02º 0.36% 0.65% -
XYZ 18.32 16.46 38.29 -
YUV 114.03 157.33 123.7 -
System Red Green Blue C M Y K H S L
Decimal 108 107 166 0.35 0.36 0 0.35 241.02 0.25 0.54
Hex 6C 6B A6 23 24 0 23 F1 19 36
Octal 154 153 246 43 44 0 43 361 31 66
Binary 1101100 1101011 10100110 100011 100100 0 100011 11110001 11001 110110

Color Harmonies of #6C6BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6BA6

Black with #6C6BA6

Text Example


Text Example

White with #6C6BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,107,166); }

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

background-color css

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

 a { background-color: rgb(108,107,166); }

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

border-color css

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

 span { border-color: rgb(108,107,166); }

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