Html Css Color HEX #63569B Scampi

📋 copy color: '#63569B'

red 99 ◦ green 86 ◦ blue 155

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

Shades of Scampi #63569B

Tints of Scampi #63569B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.29%

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

R = 29.12%
G = 25.29%
B = 45.59%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63569B (or 0x63569B) is known color: Scampi. HEX triplet: 63, 56 and 9B. RGB value is (99,86,155). Sum of RGB (Red+Green+Blue) = 99+86+155=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #63569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63569B is #9CA964. Grayscale: #616161. Windows color (decimal): -10266981 or 10180195. OLE color: 10180195.

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

Color convert

RGB 99 86 155 -
CMYK 0.36 0.45 0 0.39
HSL 251.3º 0.29% 0.47% -
HSV(B) 251.3º 0.45% 0.61% -
XYZ 14.39 11.67 32.51 -
YUV 97.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 99 86 155 0.36 0.45 0 0.39 251.3 0.29 0.47
Hex 63 56 9B 24 2D 0 27 FB 1D 2F
Octal 143 126 233 44 55 0 47 373 35 57
Binary 1100011 1010110 10011011 100100 101101 0 100111 11111011 11101 101111

Color Harmonies of #63569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63569B

Black with #63569B

Text Example


Text Example

White with #63569B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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