Html Css Color HEX #68649E Scampi

📋 copy color: '#68649E'

red 104 ◦ green 100 ◦ blue 158

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

Shades of Scampi #68649E

Tints of Scampi #68649E

RGB

 RED value IS 104 (41.02% from 255) = 28.73%

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

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

R = 28.73%
G = 27.62%
B = 43.65%

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

#68649E (or 0x68649E) is known color: Scampi. HEX triplet: 68, 64 and 9E. RGB value is (104,100,158). Sum of RGB (Red+Green+Blue) = 104+100+158=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #68649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68649E is #979B61. Grayscale: #6B6B6B. Windows color (decimal): -9935714 or 10380392. OLE color: 10380392.

HSL color Cylindrical-coordinate representation of color #68649E: hue angle of 244.14º 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 #68649E is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 100 158 -
CMYK 0.34 0.37 0 0.38
HSL 244.14º 0.23% 0.51% -
HSV(B) 244.14º 0.37% 0.62% -
XYZ 16.44 14.53 34.29 -
YUV 107.81 156.33 125.28 -
System Red Green Blue C M Y K H S L
Decimal 104 100 158 0.34 0.37 0 0.38 244.14 0.23 0.51
Hex 68 64 9E 22 25 0 26 F4 17 33
Octal 150 144 236 42 45 0 46 364 27 63
Binary 1101000 1100100 10011110 100010 100101 0 100110 11110100 10111 110011

Color Harmonies of #68649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68649E

Black with #68649E

Text Example


Text Example

White with #68649E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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