Html Css Color HEX #68659F Scampi

📋 copy color: '#68659F'

red 104 ◦ green 101 ◦ blue 159

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

Shades of Scampi #68659F

Tints of Scampi #68659F

RGB

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

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

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

R = 28.57%
G = 27.75%
B = 43.68%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68659F (or 0x68659F) is known color: Scampi. HEX triplet: 68, 65 and 9F. RGB value is (104,101,159). Sum of RGB (Red+Green+Blue) = 104+101+159=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #68659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68659F is #979A60. Grayscale: #6C6C6C. Windows color (decimal): -9935457 or 10446184. OLE color: 10446184.

HSL color Cylindrical-coordinate representation of color #68659F: hue angle of 243.1º 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 #68659F is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 101 159 -
CMYK 0.35 0.36 0 0.38
HSL 243.1º 0.23% 0.51% -
HSV(B) 243.1º 0.36% 0.62% -
XYZ 16.62 14.75 34.77 -
YUV 108.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 104 101 159 0.35 0.36 0 0.38 243.1 0.23 0.51
Hex 68 65 9F 23 24 0 26 F3 17 33
Octal 150 145 237 43 44 0 46 363 27 63
Binary 1101000 1100101 10011111 100011 100100 0 100110 11110011 10111 110011

Color Harmonies of #68659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68659F

Black with #68659F

Text Example


Text Example

White with #68659F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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