#6458d0

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

Shades of Slate Blue #6458D0

Tints of Slate Blue #6458D0

Color information

#6458D0 (or 0x6458D0) is unknown color: approx Slate Blue. HEX triplet: 64, 58 and D0. RGB value is (100,88,208). Sum of RGB (Red+Green+Blue) = 100+88+208=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 208 (81.64% from 255 or 52.53% from 396); Max value from RGB is 208 - color contains mainly: blue. Hex color #6458D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458D0 is #9BA72F. Grayscale: #686868. Windows color (decimal): -10200880 or 13654116. OLE color: 13654116.

HSL color Cylindrical-coordinate representation of color #6458D0: hue angle of 246º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6458D0 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10088208-
CMYK0.520.5800.18
HSL246º56.07%58.04%-
HSV(B)246º57.69%81.57%-
XYZ20.1314.2461.36-
YUV105.27185.98124.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.25%
GREEN value IS 88 (34.77% from 255) = 22.22%
BLUE value IS 208 (81.64% from 255) = 52.53%
R=25.25%
G=22.22%
B=52.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal100882080.520.5800.1824656.0758.04
Hex6458D0343A012f6383a
Octal14413032064720223667072
Binary110010010110001101000011010011101001001011110110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6458d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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