Html Css Color HEX #6B66A2 Scampi

📋 copy color: '#6B66A2'

red 107 ◦ green 102 ◦ blue 162

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

Shades of Scampi #6B66A2

Tints of Scampi #6B66A2

RGB

 RED value IS 107 (42.19% from 255) = 28.84%

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

 BLUE value IS 162 (63.67% from 255) = 43.67%

R = 28.84%
G = 27.49%
B = 43.67%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6B66A2 (or 0x6B66A2) is known color: Scampi. HEX triplet: 6B, 66 and A2. RGB value is (107,102,162). Sum of RGB (Red+Green+Blue) = 107+102+162=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 162 - color contains mainly: blue. Hex color #6B66A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B66A2 is #94995D. Grayscale: #6E6E6E. Windows color (decimal): -9738590 or 10643051. OLE color: 10643051.

HSL color Cylindrical-coordinate representation of color #6B66A2: hue angle of 245º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B66A2 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 107 102 162 -
CMYK 0.34 0.37 0 0.36
HSL 245º 0.24% 0.52% -
HSV(B) 245º 0.37% 0.64% -
XYZ 17.34 15.24 36.21 -
YUV 110.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 107 102 162 0.34 0.37 0 0.36 245 0.24 0.52
Hex 6B 66 A2 22 25 0 24 F5 18 34
Octal 153 146 242 42 45 0 44 365 30 64
Binary 1101011 1100110 10100010 100010 100101 0 100100 11110101 11000 110100

Color Harmonies of #6B66A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B66A2

Black with #6B66A2

Text Example


Text Example

White with #6B66A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,102,162); }

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

background-color css

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

 a { background-color: rgb(107,102,162); }

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

border-color css

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

 span { border-color: rgb(107,102,162); }

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