Html Css Color HEX #6D68A5 Scampi

📋 copy color: '#6D68A5'

red 109 ◦ green 104 ◦ blue 165

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

Shades of Scampi #6D68A5

Tints of Scampi #6D68A5

RGB

 RED value IS 109 (42.97% from 255) = 28.84%

 GREEN value IS 104 (41.02% from 255) = 27.51%

 BLUE value IS 165 (64.84% from 255) = 43.65%

R = 28.84%
G = 27.51%
B = 43.65%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6D68A5 (or 0x6D68A5) is known color: Scampi. HEX triplet: 6D, 68 and A5. RGB value is (109,104,165). Sum of RGB (Red+Green+Blue) = 109+104+165=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 165 - color contains mainly: blue. Hex color #6D68A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D68A5 is #92975A. Grayscale: #707070. Windows color (decimal): -9607003 or 10840173. OLE color: 10840173.

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

Color convert

RGB 109 104 165 -
CMYK 0.34 0.37 0 0.35
HSL 244.92º 0.25% 0.53% -
HSV(B) 244.92º 0.37% 0.65% -
XYZ 18.05 15.87 37.71 -
YUV 112.45 157.66 125.54 -
System Red Green Blue C M Y K H S L
Decimal 109 104 165 0.34 0.37 0 0.35 244.92 0.25 0.53
Hex 6D 68 A5 22 25 0 23 F5 19 35
Octal 155 150 245 42 45 0 43 365 31 65
Binary 1101101 1101000 10100101 100010 100101 0 100011 11110101 11001 110101

Color Harmonies of #6D68A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D68A5

Black with #6D68A5

Text Example


Text Example

White with #6D68A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,104,165); }

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

background-color css

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

 a { background-color: rgb(109,104,165); }

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

border-color css

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

 span { border-color: rgb(109,104,165); }

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