#6458CB

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

Shades of Slate Blue #6458CB

Tints of Slate Blue #6458CB

Color information

#6458CB (or 0x6458CB) is unknown color: approx Slate Blue. HEX triplet: 64, 58 and CB. RGB value is (100,88,203). Sum of RGB (Red+Green+Blue) = 100+88+203=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #6458CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458CB is #9BA734. Grayscale: #686868. Windows color (decimal): -10200885 or 13326436. OLE color: 13326436.

HSL color Cylindrical-coordinate representation of color #6458CB: hue angle of 246.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6458CB is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10088203-
CMYK0.510.5700.20
HSL246.26º52.51%57.06%-
HSV(B)246.26º56.65%79.61%-
XYZ19.521458.17-
YUV104.7183.48124.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.58%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 203 (79.69% from 255) = 51.92%
R=25.58%
G=22.51%
B=51.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100882030.510.5700.20246.2652.5157.06
Hex6458CB3339014f63539
Octal14413031363710243666571
Binary110010010110001100101111001111100101010011110110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6458CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6458CB; }

 p { color: rgb(100,88,203); }

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

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

 a { background-color: rgb(100,88,203); }

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

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

 span { border-color: rgb(100,88,203); }

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