Html Css Color HEX #68569F Scampi

📋 copy color: '#68569F'

red 104 ◦ green 86 ◦ blue 159

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

Shades of Scampi #68569F

Tints of Scampi #68569F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.64%

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

R = 29.8%
G = 24.64%
B = 45.56%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68569F (or 0x68569F) is known color: Scampi. HEX triplet: 68, 56 and 9F. RGB value is (104,86,159). Sum of RGB (Red+Green+Blue) = 104+86+159=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #68569F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68569F is #97A960. Grayscale: #636363. Windows color (decimal): -9939297 or 10442344. OLE color: 10442344.

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

Color convert

RGB 104 86 159 -
CMYK 0.35 0.46 0 0.38
HSL 254.79º 0.3% 0.48% -
HSV(B) 254.79º 0.46% 0.62% -
XYZ 15.29 12.1 34.33 -
YUV 99.7 161.46 131.06 -
System Red Green Blue C M Y K H S L
Decimal 104 86 159 0.35 0.46 0 0.38 254.79 0.3 0.48
Hex 68 56 9F 23 2E 0 26 FF 1E 30
Octal 150 126 237 43 56 0 46 377 36 60
Binary 1101000 1010110 10011111 100011 101110 0 100110 11111111 11110 110000

Color Harmonies of #68569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68569F

Black with #68569F

Text Example


Text Example

White with #68569F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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