#6462BF

Color #6462BF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6462BF

Tints of Slate Blue #6462BF

Color information

#6462BF (or 0x6462BF) is unknown color: approx Slate Blue. HEX triplet: 64, 62 and BF. RGB value is (100,98,191). Sum of RGB (Red+Green+Blue) = 100+98+191=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #6462BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6462BF is #9B9D40. Grayscale: #6C6C6C. Windows color (decimal): -10198337 or 12542564. OLE color: 12542564.

HSL color Cylindrical-coordinate representation of color #6462BF: hue angle of 241.29º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6462BF is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10098191-
CMYK0.480.4900.25
HSL241.29º42.08%56.67%-
HSV(B)241.29º48.69%74.9%-
XYZ19.0315.2151.22-
YUV109.2174.16121.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.71%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 191 (75% from 255) = 49.10%
R=25.71%
G=25.19%
B=49.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100981910.480.4900.25241.2942.0856.67
Hex6462BF3031019f12a39
Octal14414227760610313615271
Binary110010011000101011111111000011000101100111110001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6462BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6462BF; }

 p { color: rgb(100,98,191); }

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

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

 a { background-color: rgb(100,98,191); }

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

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

 span { border-color: rgb(100,98,191); }

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