Html Css Color HEX #68569D Scampi

📋 copy color: '#68569D'

red 104 ◦ green 86 ◦ blue 157

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

Shades of Scampi #68569D

Tints of Scampi #68569D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.24%

R = 29.97%
G = 24.78%
B = 45.24%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68569D (or 0x68569D) is known color: Scampi. HEX triplet: 68, 56 and 9D. RGB value is (104,86,157). Sum of RGB (Red+Green+Blue) = 104+86+157=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #68569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68569D is #97A962. Grayscale: #636363. Windows color (decimal): -9939299 or 10311272. OLE color: 10311272.

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

Color convert

RGB 104 86 157 -
CMYK 0.34 0.45 0 0.38
HSL 255.21º 0.29% 0.48% -
HSV(B) 255.21º 0.45% 0.62% -
XYZ 15.12 12.03 33.42 -
YUV 99.48 160.46 131.23 -
System Red Green Blue C M Y K H S L
Decimal 104 86 157 0.34 0.45 0 0.38 255.21 0.29 0.48
Hex 68 56 9D 22 2D 0 26 FF 1D 30
Octal 150 126 235 42 55 0 46 377 35 60
Binary 1101000 1010110 10011101 100010 101101 0 100110 11111111 11101 110000

Color Harmonies of #68569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68569D

Black with #68569D

Text Example


Text Example

White with #68569D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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