#6467d0

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

Shades of Slate Blue #6467D0

Tints of Slate Blue #6467D0

Color information

#6467D0 (or 0x6467D0) is unknown color: approx Slate Blue. HEX triplet: 64, 67 and D0. RGB value is (100,103,208). Sum of RGB (Red+Green+Blue) = 100+103+208=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #6467D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6467D0 is #9B982F. Grayscale: #717171. Windows color (decimal): -10197040 or 13657956. OLE color: 13657956.

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

Color convert

RGB100103208-
CMYK0.520.5000.18
HSL238.33º53.47%60.39%-
HSV(B)238.33º51.92%81.57%-
XYZ21.4916.9661.82-
YUV114.07181.01117.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.33%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 208 (81.64% from 255) = 50.61%
R=24.33%
G=25.06%
B=50.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1001032080.520.5000.18238.3353.4760.39
Hex6467D03432012ee353c
Octal14414732064620223566574
Binary110010011001111101000011010011001001001011101110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6467d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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