Html Css Color HEX #605899 Scampi

📋 copy color: '#605899'

red 96 ◦ green 88 ◦ blue 153

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

Shades of Scampi #605899

Tints of Scampi #605899

RGB

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

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

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

R = 28.49%
G = 26.11%
B = 45.4%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#605899 (or 0x605899) is known color: Scampi. HEX triplet: 60, 58 and 99. RGB value is (96,88,153). Sum of RGB (Red+Green+Blue) = 96+88+153=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #605899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605899 is #9FA766. Grayscale: #616161. Windows color (decimal): -10463079 or 10049632. OLE color: 10049632.

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

Color convert

RGB 96 88 153 -
CMYK 0.37 0.42 0 0.4
HSL 247.38º 0.27% 0.47% -
HSV(B) 247.38º 0.42% 0.6% -
XYZ 14.06 11.77 31.67 -
YUV 97.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 96 88 153 0.37 0.42 0 0.4 247.38 0.27 0.47
Hex 60 58 99 25 2A 0 28 F7 1B 2F
Octal 140 130 231 45 52 0 50 367 33 57
Binary 1100000 1011000 10011001 100101 101010 0 101000 11110111 11011 101111

Color Harmonies of #605899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605899

Black with #605899

Text Example


Text Example

White with #605899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605899; }

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

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

background-color css

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

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

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

border-color css

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

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

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