#6369DA

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

Shades of Slate Blue #6369DA

Tints of Slate Blue #6369DA

Color information

#6369DA (or 0x6369DA) is unknown color: approx Slate Blue. HEX triplet: 63, 69 and DA. RGB value is (99,105,218). Sum of RGB (Red+Green+Blue) = 99+105+218=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #6369DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6369DA is #9C9625. Grayscale: #737373. Windows color (decimal): -10262054 or 14313827. OLE color: 14313827.

HSL color Cylindrical-coordinate representation of color #6369DA: hue angle of 236.97º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6369DA is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99105218-
CMYK0.550.5200.15
HSL236.97º61.66%62.16%-
HSV(B)236.97º54.59%85.49%-
XYZ22.8517.8268.56-
YUV116.09185.51115.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.46%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 218 (85.55% from 255) = 51.66%
R=23.46%
G=24.88%
B=51.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991052180.550.5200.15236.9761.6662.16
Hex6369DA37340Fed3e3e
Octal14315133267640173557676
Binary11000111101001110110101101111101000111111101101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6369DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6369DA; }

 p { color: rgb(99,105,218); }

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

<style>
 a { background-color: #6369DA; }

 a { background-color: rgb(99,105,218); }

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

<style>
 span { border-color: #6369DA; }

 span { border-color: rgb(99,105,218); }

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