Html Css Color HEX #6C6791 Scampi

📋 copy color: '#6C6791'

red 108 ◦ green 103 ◦ blue 145

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

Shades of Scampi #6C6791

Tints of Scampi #6C6791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

 BLUE value IS 145 (57.03% from 255) = 40.73%

R = 30.34%
G = 28.93%
B = 40.73%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C6791 (or 0x6C6791) is known color: Scampi. HEX triplet: 6C, 67 and 91. RGB value is (108,103,145). Sum of RGB (Red+Green+Blue) = 108+103+145=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C6791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6791 is #93986E. Grayscale: #6D6D6D. Windows color (decimal): -9672815 or 9529196. OLE color: 9529196.

HSL color Cylindrical-coordinate representation of color #6C6791: hue angle of 247.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C6791 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 103 145 -
CMYK 0.26 0.29 0 0.43
HSL 247.14º 0.17% 0.49% -
HSV(B) 247.14º 0.29% 0.57% -
XYZ 16.15 14.93 28.82 -
YUV 109.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 108 103 145 0.26 0.29 0 0.43 247.14 0.17 0.49
Hex 6C 67 91 1A 1D 0 2B F7 11 31
Octal 154 147 221 32 35 0 53 367 21 61
Binary 1101100 1100111 10010001 11010 11101 0 101011 11110111 10001 110001

Color Harmonies of #6C6791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6791

Black with #6C6791

Text Example


Text Example

White with #6C6791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,103,145); }

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

background-color css

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

 a { background-color: rgb(108,103,145); }

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

border-color css

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

 span { border-color: rgb(108,103,145); }

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