Html Css Color HEX #636395 Scampi

📋 copy color: '#636395'

red 99 ◦ green 99 ◦ blue 149

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

Shades of Scampi #636395

Tints of Scampi #636395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.53%

 BLUE value IS 149 (58.59% from 255) = 42.94%

R = 28.53%
G = 28.53%
B = 42.94%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#636395 (or 0x636395) is known color: Scampi. HEX triplet: 63, 63 and 95. RGB value is (99,99,149). Sum of RGB (Red+Green+Blue) = 99+99+149=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #636395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636395 is #9C9C6A. Grayscale: #686868. Windows color (decimal): -10263659 or 9790307. OLE color: 9790307.

HSL color Cylindrical-coordinate representation of color #636395: hue angle of 240º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #636395 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 99 149 -
CMYK 0.34 0.34 0 0.42
HSL 240º 0.2% 0.49% -
HSV(B) 240º 0.34% 0.58% -
XYZ 15.03 13.75 30.29 -
YUV 104.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 99 99 149 0.34 0.34 0 0.42 240 0.2 0.49
Hex 63 63 95 22 22 0 2A F0 14 31
Octal 143 143 225 42 42 0 52 360 24 61
Binary 1100011 1100011 10010101 100010 100010 0 101010 11110000 10100 110001

Color Harmonies of #636395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636395

Black with #636395

Text Example


Text Example

White with #636395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636395; }

 p { color: rgb(99,99,149); }

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

background-color css

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

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

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

border-color css

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

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

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