Html Css Color HEX #6D66AB Scampi

📋 copy color: '#6D66AB'

red 109 ◦ green 102 ◦ blue 171

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

Shades of Scampi #6D66AB

Tints of Scampi #6D66AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.7%

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 28.53%
G = 26.7%
B = 44.76%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D66AB (or 0x6D66AB) is known color: Scampi. HEX triplet: 6D, 66 and AB. RGB value is (109,102,171). Sum of RGB (Red+Green+Blue) = 109+102+171=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D66AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D66AB is #929954. Grayscale: #6F6F6F. Windows color (decimal): -9607509 or 11232877. OLE color: 11232877.

HSL color Cylindrical-coordinate representation of color #6D66AB: hue angle of 246.09º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D66AB is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 102 171 -
CMYK 0.36 0.40 0 0.33
HSL 246.09º 0.29% 0.54% -
HSV(B) 246.09º 0.4% 0.67% -
XYZ 18.41 15.69 40.59 -
YUV 111.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 109 102 171 0.36 0.40 0 0.33 246.09 0.29 0.54
Hex 6D 66 AB 24 28 0 21 F6 1D 36
Octal 155 146 253 44 50 0 41 366 35 66
Binary 1101101 1100110 10101011 100100 101000 0 100001 11110110 11101 110110

Color Harmonies of #6D66AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D66AB

Black with #6D66AB

Text Example


Text Example

White with #6D66AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,102,171); }

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

background-color css

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

 a { background-color: rgb(109,102,171); }

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

border-color css

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

 span { border-color: rgb(109,102,171); }

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