#636191

Color #636191 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #636191

Tints of Scampi #636191

Color information

#636191 (or 0x636191) is unknown color: approx Scampi. HEX triplet: 63, 61 and 91. RGB value is (99,97,145). Sum of RGB (Red+Green+Blue) = 99+97+145=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #636191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636191 is #9C9E6E. Grayscale: #666666. Windows color (decimal): -10264175 or 9527651. OLE color: 9527651.

HSL color Cylindrical-coordinate representation of color #636191: hue angle of 242.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #636191 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9997145-
CMYK0.320.3300.43
HSL242.5º19.83%47.45%-
HSV(B)242.5º33.1%56.86%-
XYZ14.5313.2528.58-
YUV103.07151.66125.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.03%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=29.03%
G=28.45%
B=42.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99971450.320.3300.43242.519.8347.45
Hex636191202102Bf2142f
Octal14314122140410533622457
Binary110001111000011001000110000010000101010111111001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636191; }

 p { color: rgb(99,97,145); }

 H1.HeaderClassName
 {
   color: #636191;
 }
 .AnyTagClassName
 {
   color: #636191;
 }
</style>
background-color css

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

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

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

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

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

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