#6364D4

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

Shades of Slate Blue #6364D4

Tints of Slate Blue #6364D4

Color information

#6364D4 (or 0x6364D4) is unknown color: approx Slate Blue. HEX triplet: 63, 64 and D4. RGB value is (99,100,212). Sum of RGB (Red+Green+Blue) = 99+100+212=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 212 (83.20% from 255 or 51.58% from 411); Max value from RGB is 212 - color contains mainly: blue. Hex color #6364D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6364D4 is #9C9B2B. Grayscale: #707070. Windows color (decimal): -10263340 or 13919331. OLE color: 13919331.

HSL color Cylindrical-coordinate representation of color #6364D4: hue angle of 239.47º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6364D4 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB99100212-
CMYK0.530.5300.17
HSL239.47º56.78%60.98%-
HSV(B)239.47º53.3%83.14%-
XYZ21.5916.5264.34-
YUV112.47184.17118.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.09%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 212 (83.20% from 255) = 51.58%
R=24.09%
G=24.33%
B=51.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal991002120.530.5300.17239.4756.7860.98
Hex6364D43535011ef393d
Octal14314432465650213577175
Binary110001111001001101010011010111010101000111101111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6364D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6364D4; }

 p { color: rgb(99,100,212); }

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

<style>
 a { background-color: #6364D4; }

 a { background-color: rgb(99,100,212); }

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

<style>
 span { border-color: #6364D4; }

 span { border-color: rgb(99,100,212); }

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