Html Css Color HEX #68599F Scampi

📋 copy color: '#68599F'

red 104 ◦ green 89 ◦ blue 159

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

Shades of Scampi #68599F

Tints of Scampi #68599F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.28%

 BLUE value IS 159 (62.5% from 255) = 45.17%

R = 29.55%
G = 25.28%
B = 45.17%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68599F (or 0x68599F) is known color: Scampi. HEX triplet: 68, 59 and 9F. RGB value is (104,89,159). Sum of RGB (Red+Green+Blue) = 104+89+159=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #68599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68599F is #97A660. Grayscale: #656565. Windows color (decimal): -9938529 or 10443112. OLE color: 10443112.

HSL color Cylindrical-coordinate representation of color #68599F: hue angle of 252.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68599F is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 89 159 -
CMYK 0.35 0.44 0 0.38
HSL 252.86º 0.28% 0.49% -
HSV(B) 252.86º 0.44% 0.62% -
XYZ 15.54 12.59 34.41 -
YUV 101.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 104 89 159 0.35 0.44 0 0.38 252.86 0.28 0.49
Hex 68 59 9F 23 2C 0 26 FD 1C 31
Octal 150 131 237 43 54 0 46 375 34 61
Binary 1101000 1011001 10011111 100011 101100 0 100110 11111101 11100 110001

Color Harmonies of #68599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68599F

Black with #68599F

Text Example


Text Example

White with #68599F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68599F; }

 p { color: rgb(104,89,159); }

 H1.HeaderClassName
 {
   color: #68599F;
 }
 .AnyTagClassName
 {
   color: #68599F;
 }
</style>

background-color css

<style>
 a { background-color: #68599F; }

 a { background-color: rgb(104,89,159); }

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

border-color css

<style>
 span { border-color: #68599F; }

 span { border-color: rgb(104,89,159); }

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