Html Css Color HEX #63559D Scampi

📋 copy color: '#63559D'

red 99 ◦ green 85 ◦ blue 157

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

Shades of Scampi #63559D

Tints of Scampi #63559D

RGB

 RED value IS 99 (39.06% from 255) = 29.03%

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

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 29.03%
G = 24.93%
B = 46.04%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63559D (or 0x63559D) is known color: Scampi. HEX triplet: 63, 55 and 9D. RGB value is (99,85,157). Sum of RGB (Red+Green+Blue) = 99+85+157=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #63559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63559D is #9CAA62. Grayscale: #616161. Windows color (decimal): -10267235 or 10311011. OLE color: 10311011.

HSL color Cylindrical-coordinate representation of color #63559D: hue angle of 251.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63559D is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 85 157 -
CMYK 0.37 0.46 0 0.38
HSL 251.67º 0.3% 0.47% -
HSV(B) 251.67º 0.46% 0.62% -
XYZ 14.48 11.58 33.37 -
YUV 97.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 99 85 157 0.37 0.46 0 0.38 251.67 0.3 0.47
Hex 63 55 9D 25 2E 0 26 FC 1E 2F
Octal 143 125 235 45 56 0 46 374 36 57
Binary 1100011 1010101 10011101 100101 101110 0 100110 11111100 11110 101111

Color Harmonies of #63559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63559D

Black with #63559D

Text Example


Text Example

White with #63559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63559D; }

 p { color: rgb(99,85,157); }

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

background-color css

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

 a { background-color: rgb(99,85,157); }

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

border-color css

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

 span { border-color: rgb(99,85,157); }

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