Html Css Color HEX #6B669A Scampi

📋 copy color: '#6B669A'

red 107 ◦ green 102 ◦ blue 154

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

Shades of Scampi #6B669A

Tints of Scampi #6B669A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.42%

R = 29.48%
G = 28.1%
B = 42.42%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6B669A (or 0x6B669A) is known color: Scampi. HEX triplet: 6B, 66 and 9A. RGB value is (107,102,154). Sum of RGB (Red+Green+Blue) = 107+102+154=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B669A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B669A is #949965. Grayscale: #6D6D6D. Windows color (decimal): -9738598 or 10118763. OLE color: 10118763.

HSL color Cylindrical-coordinate representation of color #6B669A: hue angle of 245.77º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B669A is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 102 154 -
CMYK 0.31 0.34 0 0.40
HSL 245.77º 0.2% 0.5% -
HSV(B) 245.77º 0.34% 0.6% -
XYZ 16.65 14.96 32.58 -
YUV 109.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 107 102 154 0.31 0.34 0 0.40 245.77 0.2 0.5
Hex 6B 66 9A 1F 22 0 28 F6 14 32
Octal 153 146 232 37 42 0 50 366 24 62
Binary 1101011 1100110 10011010 11111 100010 0 101000 11110110 10100 110010

Color Harmonies of #6B669A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B669A

Black with #6B669A

Text Example


Text Example

White with #6B669A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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