Html Css Color HEX #63569D Scampi

📋 copy color: '#63569D'

red 99 ◦ green 86 ◦ blue 157

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

Shades of Scampi #63569D

Tints of Scampi #63569D

RGB

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

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

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

R = 28.95%
G = 25.15%
B = 45.91%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63569D (or 0x63569D) is known color: Scampi. HEX triplet: 63, 56 and 9D. RGB value is (99,86,157). Sum of RGB (Red+Green+Blue) = 99+86+157=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #63569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63569D is #9CA962. Grayscale: #616161. Windows color (decimal): -10266979 or 10311267. OLE color: 10311267.

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

Color convert

RGB 99 86 157 -
CMYK 0.37 0.45 0 0.38
HSL 250.99º 0.29% 0.48% -
HSV(B) 250.99º 0.45% 0.62% -
XYZ 14.56 11.74 33.4 -
YUV 97.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 99 86 157 0.37 0.45 0 0.38 250.99 0.29 0.48
Hex 63 56 9D 25 2D 0 26 FB 1D 30
Octal 143 126 235 45 55 0 46 373 35 60
Binary 1100011 1010110 10011101 100101 101101 0 100110 11111011 11101 110000

Color Harmonies of #63569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63569D

Black with #63569D

Text Example


Text Example

White with #63569D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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