Html Css Color HEX #605898 Scampi

📋 copy color: '#605898'

red 96 ◦ green 88 ◦ blue 152

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

Shades of Scampi #605898

Tints of Scampi #605898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.24%

R = 28.57%
G = 26.19%
B = 45.24%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#605898 (or 0x605898) is known color: Scampi. HEX triplet: 60, 58 and 98. RGB value is (96,88,152). Sum of RGB (Red+Green+Blue) = 96+88+152=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #605898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605898 is #9FA767. Grayscale: #616161. Windows color (decimal): -10463080 or 9984096. OLE color: 9984096.

HSL color Cylindrical-coordinate representation of color #605898: hue angle of 247.5º 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 #605898 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 88 152 -
CMYK 0.37 0.42 0 0.40
HSL 247.5º 0.27% 0.47% -
HSV(B) 247.5º 0.42% 0.6% -
XYZ 13.98 11.73 31.23 -
YUV 97.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 96 88 152 0.37 0.42 0 0.40 247.5 0.27 0.47
Hex 60 58 98 25 2A 0 28 F8 1B 2F
Octal 140 130 230 45 52 0 50 370 33 57
Binary 1100000 1011000 10011000 100101 101010 0 101000 11111000 11011 101111

Color Harmonies of #605898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605898

Black with #605898

Text Example


Text Example

White with #605898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605898; }

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

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

background-color css

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

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

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

border-color css

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

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

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