Html Css Color HEX #6C6B9A Scampi

📋 copy color: '#6C6B9A'

red 108 ◦ green 107 ◦ blue 154

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

Shades of Scampi #6C6B9A

Tints of Scampi #6C6B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.73%

R = 29.27%
G = 29%
B = 41.73%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6C6B9A (or 0x6C6B9A) is known color: Scampi. HEX triplet: 6C, 6B and 9A. RGB value is (108,107,154). Sum of RGB (Red+Green+Blue) = 108+107+154=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C6B9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6B9A is #939465. Grayscale: #707070. Windows color (decimal): -9671782 or 10120044. OLE color: 10120044.

HSL color Cylindrical-coordinate representation of color #6C6B9A: hue angle of 241.28º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C6B9A is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 107 154 -
CMYK 0.30 0.31 0 0.40
HSL 241.28º 0.19% 0.51% -
HSV(B) 241.28º 0.31% 0.6% -
XYZ 17.27 16.04 32.76 -
YUV 112.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 108 107 154 0.30 0.31 0 0.40 241.28 0.19 0.51
Hex 6C 6B 9A 1E 1F 0 28 F1 13 33
Octal 154 153 232 36 37 0 50 361 23 63
Binary 1101100 1101011 10011010 11110 11111 0 101000 11110001 10011 110011

Color Harmonies of #6C6B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6B9A

Black with #6C6B9A

Text Example


Text Example

White with #6C6B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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