Html Css Color HEX #68589B Scampi

📋 copy color: '#68589B'

red 104 ◦ green 88 ◦ blue 155

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

Shades of Scampi #68589B

Tints of Scampi #68589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.36%

 BLUE value IS 155 (60.94% from 255) = 44.67%

R = 29.97%
G = 25.36%
B = 44.67%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68589B (or 0x68589B) is known color: Scampi. HEX triplet: 68, 58 and 9B. RGB value is (104,88,155). Sum of RGB (Red+Green+Blue) = 104+88+155=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #68589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68589B is #97A764. Grayscale: #646464. Windows color (decimal): -9938789 or 10180712. OLE color: 10180712.

HSL color Cylindrical-coordinate representation of color #68589B: hue angle of 254.33º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68589B is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 88 155 -
CMYK 0.33 0.43 0 0.39
HSL 254.33º 0.28% 0.48% -
HSV(B) 254.33º 0.43% 0.61% -
XYZ 15.12 12.29 32.59 -
YUV 100.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 104 88 155 0.33 0.43 0 0.39 254.33 0.28 0.48
Hex 68 58 9B 21 2B 0 27 FE 1C 30
Octal 150 130 233 41 53 0 47 376 34 60
Binary 1101000 1011000 10011011 100001 101011 0 100111 11111110 11100 110000

Color Harmonies of #68589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68589B

Black with #68589B

Text Example


Text Example

White with #68589B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68589B; }

 p { color: rgb(104,88,155); }

 H1.HeaderClassName
 {
   color: #68589B;
 }
 .AnyTagClassName
 {
   color: #68589B;
 }
</style>

background-color css

<style>
 a { background-color: #68589B; }

 a { background-color: rgb(104,88,155); }

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

border-color css

<style>
 span { border-color: #68589B; }

 span { border-color: rgb(104,88,155); }

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