Html Css Color HEX #605799 Scampi

📋 copy color: '#605799'

red 96 ◦ green 87 ◦ blue 153

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

Shades of Scampi #605799

Tints of Scampi #605799

RGB

 RED value IS 96 (37.89% from 255) = 28.57%

 GREEN value IS 87 (34.38% from 255) = 25.89%

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 28.57%
G = 25.89%
B = 45.54%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#605799 (or 0x605799) is known color: Scampi. HEX triplet: 60, 57 and 99. RGB value is (96,87,153). Sum of RGB (Red+Green+Blue) = 96+87+153=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #605799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605799 is #9FA866. Grayscale: #606060. Windows color (decimal): -10463335 or 10049376. OLE color: 10049376.

HSL color Cylindrical-coordinate representation of color #605799: hue angle of 248.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #605799 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 87 153 -
CMYK 0.37 0.43 0 0.4
HSL 248.18º 0.28% 0.47% -
HSV(B) 248.18º 0.43% 0.6% -
XYZ 13.98 11.6 31.64 -
YUV 97.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 96 87 153 0.37 0.43 0 0.4 248.18 0.28 0.47
Hex 60 57 99 25 2B 0 28 F8 1C 2F
Octal 140 127 231 45 53 0 50 370 34 57
Binary 1100000 1010111 10011001 100101 101011 0 101000 11111000 11100 101111

Color Harmonies of #605799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605799

Black with #605799

Text Example


Text Example

White with #605799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605799; }

 p { color: rgb(96,87,153); }

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

background-color css

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

 a { background-color: rgb(96,87,153); }

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

border-color css

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

 span { border-color: rgb(96,87,153); }

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