Html Css Color HEX #6B669B Scampi

📋 copy color: '#6B669B'

red 107 ◦ green 102 ◦ blue 155

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

Shades of Scampi #6B669B

Tints of Scampi #6B669B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.58%

R = 29.4%
G = 28.02%
B = 42.58%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B669B (or 0x6B669B) is known color: Scampi. HEX triplet: 6B, 66 and 9B. RGB value is (107,102,155). Sum of RGB (Red+Green+Blue) = 107+102+155=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B669B is #949964. Grayscale: #6D6D6D. Windows color (decimal): -9738597 or 10184299. OLE color: 10184299.

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

Color convert

RGB 107 102 155 -
CMYK 0.31 0.34 0 0.39
HSL 245.66º 0.21% 0.5% -
HSV(B) 245.66º 0.34% 0.61% -
XYZ 16.73 15 33.02 -
YUV 109.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 107 102 155 0.31 0.34 0 0.39 245.66 0.21 0.5
Hex 6B 66 9B 1F 22 0 27 F6 15 32
Octal 153 146 233 37 42 0 47 366 25 62
Binary 1101011 1100110 10011011 11111 100010 0 100111 11110110 10101 110010

Color Harmonies of #6B669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B669B

Black with #6B669B

Text Example


Text Example

White with #6B669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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