Html Css Color HEX #69649E Scampi

📋 copy color: '#69649E'

red 105 ◦ green 100 ◦ blue 158

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

Shades of Scampi #69649E

Tints of Scampi #69649E

RGB

 RED value IS 105 (41.41% from 255) = 28.93%

 GREEN value IS 100 (39.45% from 255) = 27.55%

 BLUE value IS 158 (62.11% from 255) = 43.53%

R = 28.93%
G = 27.55%
B = 43.53%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69649E (or 0x69649E) is known color: Scampi. HEX triplet: 69, 64 and 9E. RGB value is (105,100,158). Sum of RGB (Red+Green+Blue) = 105+100+158=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #69649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69649E is #969B61. Grayscale: #6B6B6B. Windows color (decimal): -9870178 or 10380393. OLE color: 10380393.

HSL color Cylindrical-coordinate representation of color #69649E: hue angle of 245.17º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69649E is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 100 158 -
CMYK 0.34 0.37 0 0.38
HSL 245.17º 0.23% 0.51% -
HSV(B) 245.17º 0.37% 0.62% -
XYZ 16.55 14.59 34.29 -
YUV 108.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 105 100 158 0.34 0.37 0 0.38 245.17 0.23 0.51
Hex 69 64 9E 22 25 0 26 F5 17 33
Octal 151 144 236 42 45 0 46 365 27 63
Binary 1101001 1100100 10011110 100010 100101 0 100110 11110101 10111 110011

Color Harmonies of #69649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69649E

Black with #69649E

Text Example


Text Example

White with #69649E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69649E; }

 p { color: rgb(105,100,158); }

 H1.HeaderClassName
 {
   color: #69649E;
 }
 .AnyTagClassName
 {
   color: #69649E;
 }
</style>

background-color css

<style>
 a { background-color: #69649E; }

 a { background-color: rgb(105,100,158); }

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

border-color css

<style>
 span { border-color: #69649E; }

 span { border-color: rgb(105,100,158); }

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