Html Css Color HEX #68559E Scampi

📋 copy color: '#68559E'

red 104 ◦ green 85 ◦ blue 158

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

Shades of Scampi #68559E

Tints of Scampi #68559E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

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

R = 29.97%
G = 24.5%
B = 45.53%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68559E (or 0x68559E) is known color: Scampi. HEX triplet: 68, 55 and 9E. RGB value is (104,85,158). Sum of RGB (Red+Green+Blue) = 104+85+158=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #68559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68559E is #97AA61. Grayscale: #626262. Windows color (decimal): -9939554 or 10376552. OLE color: 10376552.

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

Color convert

RGB 104 85 158 -
CMYK 0.34 0.46 0 0.38
HSL 255.62º 0.3% 0.48% -
HSV(B) 255.62º 0.46% 0.62% -
XYZ 15.13 11.91 33.85 -
YUV 99 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 104 85 158 0.34 0.46 0 0.38 255.62 0.3 0.48
Hex 68 55 9E 22 2E 0 26 100 1E 30
Octal 150 125 236 42 56 0 46 400 36 60
Binary 1101000 1010101 10011110 100010 101110 0 100110 100000000 11110 110000

Color Harmonies of #68559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68559E

Black with #68559E

Text Example


Text Example

White with #68559E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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