Html Css Color HEX #68659E Scampi

📋 copy color: '#68659E'

red 104 ◦ green 101 ◦ blue 158

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

Shades of Scampi #68659E

Tints of Scampi #68659E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

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

R = 28.65%
G = 27.82%
B = 43.53%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68659E (or 0x68659E) is known color: Scampi. HEX triplet: 68, 65 and 9E. RGB value is (104,101,158). Sum of RGB (Red+Green+Blue) = 104+101+158=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 101 (39.84% from 255 or 27.82% 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 #68659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68659E is #979A61. Grayscale: #6C6C6C. Windows color (decimal): -9935458 or 10380648. OLE color: 10380648.

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

Color convert

RGB 104 101 158 -
CMYK 0.34 0.36 0 0.38
HSL 243.16º 0.23% 0.51% -
HSV(B) 243.16º 0.36% 0.62% -
XYZ 16.53 14.72 34.32 -
YUV 108.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 104 101 158 0.34 0.36 0 0.38 243.16 0.23 0.51
Hex 68 65 9E 22 24 0 26 F3 17 33
Octal 150 145 236 42 44 0 46 363 27 63
Binary 1101000 1100101 10011110 100010 100100 0 100110 11110011 10111 110011

Color Harmonies of #68659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68659E

Black with #68659E

Text Example


Text Example

White with #68659E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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