Html Css Color HEX #63569F Scampi

📋 copy color: '#63569F'

red 99 ◦ green 86 ◦ blue 159

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

Shades of Scampi #63569F

Tints of Scampi #63569F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.22%

R = 28.78%
G = 25%
B = 46.22%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63569F (or 0x63569F) is known color: Scampi. HEX triplet: 63, 56 and 9F. RGB value is (99,86,159). Sum of RGB (Red+Green+Blue) = 99+86+159=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #63569F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63569F is #9CA960. Grayscale: #616161. Windows color (decimal): -10266977 or 10442339. OLE color: 10442339.

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

Color convert

RGB 99 86 159 -
CMYK 0.38 0.46 0 0.38
HSL 250.68º 0.3% 0.48% -
HSV(B) 250.68º 0.46% 0.62% -
XYZ 14.73 11.81 34.3 -
YUV 98.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 99 86 159 0.38 0.46 0 0.38 250.68 0.3 0.48
Hex 63 56 9F 26 2E 0 26 FB 1E 30
Octal 143 126 237 46 56 0 46 373 36 60
Binary 1100011 1010110 10011111 100110 101110 0 100110 11111011 11110 110000

Color Harmonies of #63569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63569F

Black with #63569F

Text Example


Text Example

White with #63569F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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