#626094

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

Shades of Scampi #626094

Tints of Scampi #626094

Color information

#626094 (or 0x626094) is unknown color: approx Scampi. HEX triplet: 62, 60 and 94. RGB value is (98,96,148). Sum of RGB (Red+Green+Blue) = 98+96+148=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #626094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626094 is #9D9F6B. Grayscale: #666666. Windows color (decimal): -10329964 or 9724002. OLE color: 9724002.

HSL color Cylindrical-coordinate representation of color #626094: hue angle of 242.31º 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 #626094 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9896148-
CMYK0.340.3500.42
HSL242.31º21.31%47.84%-
HSV(B)242.31º35.14%58.04%-
XYZ14.5713.129.78-
YUV102.53153.66124.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.65%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 148 (58.20% from 255) = 43.27%
R=28.65%
G=28.07%
B=43.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98961480.340.3500.42242.3121.3147.84
Hex626094222302Af21530
Octal14214022442430523622560
Binary110001011000001001010010001010001101010101111001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626094; }

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

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

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

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

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

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

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

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