Html Css Color HEX #63599B Scampi

📋 copy color: '#63599B'

red 99 ◦ green 89 ◦ blue 155

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

Shades of Scampi #63599B

Tints of Scampi #63599B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.95%

 BLUE value IS 155 (60.94% from 255) = 45.19%

R = 28.86%
G = 25.95%
B = 45.19%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63599B (or 0x63599B) is known color: Scampi. HEX triplet: 63, 59 and 9B. RGB value is (99,89,155). Sum of RGB (Red+Green+Blue) = 99+89+155=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #63599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63599B is #9CA664. Grayscale: #636363. Windows color (decimal): -10266213 or 10180963. OLE color: 10180963.

HSL color Cylindrical-coordinate representation of color #63599B: hue angle of 249.09º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63599B is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 89 155 -
CMYK 0.36 0.43 0 0.39
HSL 249.09º 0.27% 0.48% -
HSV(B) 249.09º 0.43% 0.61% -
XYZ 14.63 12.16 32.59 -
YUV 99.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 99 89 155 0.36 0.43 0 0.39 249.09 0.27 0.48
Hex 63 59 9B 24 2B 0 27 F9 1B 30
Octal 143 131 233 44 53 0 47 371 33 60
Binary 1100011 1011001 10011011 100100 101011 0 100111 11111001 11011 110000

Color Harmonies of #63599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63599B

Black with #63599B

Text Example


Text Example

White with #63599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63599B; }

 p { color: rgb(99,89,155); }

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

background-color css

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

 a { background-color: rgb(99,89,155); }

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

border-color css

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

 span { border-color: rgb(99,89,155); }

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