#636094

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

Shades of Scampi #636094

Tints of Scampi #636094

Color information

#636094 (or 0x636094) is unknown color: approx Scampi. HEX triplet: 63, 60 and 94. RGB value is (99,96,148). Sum of RGB (Red+Green+Blue) = 99+96+148=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #636094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636094 is #9C9F6B. Grayscale: #666666. Windows color (decimal): -10264428 or 9724003. OLE color: 9724003.

HSL color Cylindrical-coordinate representation of color #636094: hue angle of 243.46º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #636094 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9996148-
CMYK0.330.3500.42
HSL243.46º21.31%47.84%-
HSV(B)243.46º35.14%58.04%-
XYZ14.6713.1629.78-
YUV102.82153.49125.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.86%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 148 (58.20% from 255) = 43.15%
R=28.86%
G=27.99%
B=43.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99961480.330.3500.42243.4621.3147.84
Hex636094212302Af31530
Octal14314022441430523632560
Binary110001111000001001010010000110001101010101111001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636094; }

 p { color: rgb(99,96,148); }

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

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

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

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

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

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

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