#6366DC

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

Shades of Slate Blue #6366DC

Tints of Slate Blue #6366DC

Color information

#6366DC (or 0x6366DC) is unknown color: approx Slate Blue. HEX triplet: 63, 66 and DC. RGB value is (99,102,220). Sum of RGB (Red+Green+Blue) = 99+102+220=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #6366DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366DC is #9C9923. Grayscale: #727272. Windows color (decimal): -10262820 or 14444131. OLE color: 14444131.

HSL color Cylindrical-coordinate representation of color #6366DC: hue angle of 238.51º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6366DC is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB99102220-
CMYK0.550.5400.14
HSL238.51º63.35%62.55%-
HSV(B)238.51º55%86.27%-
XYZ22.8217.3269.85-
YUV114.56187.51116.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.52%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 220 (86.33% from 255) = 52.26%
R=23.52%
G=24.23%
B=52.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal991022200.550.5400.14238.5163.3562.55
Hex6366DC37360Eef3f3f
Octal14314633467660163577777
Binary11000111100110110111001101111101100111011101111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6366DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6366DC; }

 p { color: rgb(99,102,220); }

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

<style>
 a { background-color: #6366DC; }

 a { background-color: rgb(99,102,220); }

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

<style>
 span { border-color: #6366DC; }

 span { border-color: rgb(99,102,220); }

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