Html Css Color HEX #60559C Scampi

📋 copy color: '#60559C'

red 96 ◦ green 85 ◦ blue 156

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

Shades of Scampi #60559C

Tints of Scampi #60559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

 BLUE value IS 156 (61.33% from 255) = 46.29%

R = 28.49%
G = 25.22%
B = 46.29%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60559C (or 0x60559C) is known color: Scampi. HEX triplet: 60, 55 and 9C. RGB value is (96,85,156). Sum of RGB (Red+Green+Blue) = 96+85+156=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #60559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60559C is #9FAA63. Grayscale: #606060. Windows color (decimal): -10463844 or 10245472. OLE color: 10245472.

HSL color Cylindrical-coordinate representation of color #60559C: hue angle of 249.3º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60559C is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 85 156 -
CMYK 0.38 0.46 0 0.39
HSL 249.3º 0.29% 0.47% -
HSV(B) 249.3º 0.46% 0.61% -
XYZ 14.07 11.38 32.91 -
YUV 96.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 96 85 156 0.38 0.46 0 0.39 249.3 0.29 0.47
Hex 60 55 9C 26 2E 0 27 F9 1D 2F
Octal 140 125 234 46 56 0 47 371 35 57
Binary 1100000 1010101 10011100 100110 101110 0 100111 11111001 11101 101111

Color Harmonies of #60559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60559C

Black with #60559C

Text Example


Text Example

White with #60559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60559C; }

 p { color: rgb(96,85,156); }

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

background-color css

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

 a { background-color: rgb(96,85,156); }

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

border-color css

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

 span { border-color: rgb(96,85,156); }

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