#6457CA

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

Shades of Slate Blue #6457CA

Tints of Slate Blue #6457CA

Color information

#6457CA (or 0x6457CA) is unknown color: approx Slate Blue. HEX triplet: 64, 57 and CA. RGB value is (100,87,202). Sum of RGB (Red+Green+Blue) = 100+87+202=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #6457CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6457CA is #9BA835. Grayscale: #676767. Windows color (decimal): -10201142 or 13260644. OLE color: 13260644.

HSL color Cylindrical-coordinate representation of color #6457CA: hue angle of 246.78º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6457CA is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10087202-
CMYK0.500.5700.21
HSL246.78º52.04%56.67%-
HSV(B)246.78º56.93%79.22%-
XYZ19.3213.7957.52-
YUV104183.31125.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.71%
GREEN value IS 87 (34.38% from 255) = 22.37%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=25.71%
G=22.37%
B=51.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100872020.500.5700.21246.7852.0456.67
Hex6457CA3239015f73439
Octal14412731262710253676471
Binary110010010101111100101011001011100101010111110111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6457CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6457CA; }

 p { color: rgb(100,87,202); }

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

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

 a { background-color: rgb(100,87,202); }

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

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

 span { border-color: rgb(100,87,202); }

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