Html Css Color HEX #6C6A9D Scampi

📋 copy color: '#6C6A9D'

red 108 ◦ green 106 ◦ blue 157

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

Shades of Scampi #6C6A9D

Tints of Scampi #6C6A9D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.57%

 BLUE value IS 157 (61.72% from 255) = 42.32%

R = 29.11%
G = 28.57%
B = 42.32%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C6A9D (or 0x6C6A9D) is known color: Scampi. HEX triplet: 6C, 6A and 9D. RGB value is (108,106,157). Sum of RGB (Red+Green+Blue) = 108+106+157=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C6A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6A9D is #939562. Grayscale: #707070. Windows color (decimal): -9672035 or 10316396. OLE color: 10316396.

HSL color Cylindrical-coordinate representation of color #6C6A9D: hue angle of 242.35º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C6A9D is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 106 157 -
CMYK 0.31 0.32 0 0.38
HSL 242.35º 0.21% 0.52% -
HSV(B) 242.35º 0.32% 0.62% -
XYZ 17.42 15.93 34.05 -
YUV 112.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 108 106 157 0.31 0.32 0 0.38 242.35 0.21 0.52
Hex 6C 6A 9D 1F 20 0 26 F2 15 34
Octal 154 152 235 37 40 0 46 362 25 64
Binary 1101100 1101010 10011101 11111 100000 0 100110 11110010 10101 110100

Color Harmonies of #6C6A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6A9D

Black with #6C6A9D

Text Example


Text Example

White with #6C6A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,106,157); }

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

background-color css

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

 a { background-color: rgb(108,106,157); }

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

border-color css

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

 span { border-color: rgb(108,106,157); }

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