Html Css Color HEX #6B689C Scampi

📋 copy color: '#6B689C'

red 107 ◦ green 104 ◦ blue 156

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

Shades of Scampi #6B689C

Tints of Scampi #6B689C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.51%

R = 29.16%
G = 28.34%
B = 42.51%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B689C (or 0x6B689C) is known color: Scampi. HEX triplet: 6B, 68 and 9C. RGB value is (107,104,156). Sum of RGB (Red+Green+Blue) = 107+104+156=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B689C is #949763. Grayscale: #6E6E6E. Windows color (decimal): -9738084 or 10250347. OLE color: 10250347.

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

Color convert

RGB 107 104 156 -
CMYK 0.31 0.33 0 0.39
HSL 243.46º 0.21% 0.51% -
HSV(B) 243.46º 0.33% 0.61% -
XYZ 17.01 15.43 33.53 -
YUV 110.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 107 104 156 0.31 0.33 0 0.39 243.46 0.21 0.51
Hex 6B 68 9C 1F 21 0 27 F3 15 33
Octal 153 150 234 37 41 0 47 363 25 63
Binary 1101011 1101000 10011100 11111 100001 0 100111 11110011 10101 110011

Color Harmonies of #6B689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B689C

Black with #6B689C

Text Example


Text Example

White with #6B689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,104,156); }

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

background-color css

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

 a { background-color: rgb(107,104,156); }

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

border-color css

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

 span { border-color: rgb(107,104,156); }

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