#6367CD

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

Shades of Slate Blue #6367CD

Tints of Slate Blue #6367CD

Color information

#6367CD (or 0x6367CD) is unknown color: approx Slate Blue. HEX triplet: 63, 67 and CD. RGB value is (99,103,205). Sum of RGB (Red+Green+Blue) = 99+103+205=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #6367CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6367CD is #9C9832. Grayscale: #717171. Windows color (decimal): -10262579 or 13461347. OLE color: 13461347.

HSL color Cylindrical-coordinate representation of color #6367CD: hue angle of 237.74º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6367CD is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB99103205-
CMYK0.520.5000.20
HSL237.74º51.46%59.61%-
HSV(B)237.74º51.71%80.39%-
XYZ21.0216.7659.89-
YUV113.43179.67117.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.32%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 205 (80.47% from 255) = 50.37%
R=24.32%
G=25.31%
B=50.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991032050.520.5000.20237.7451.4659.61
Hex6367CD3432014ee333c
Octal14314731564620243566374
Binary110001111001111100110111010011001001010011101110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6367CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6367CD; }

 p { color: rgb(99,103,205); }

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

<style>
 a { background-color: #6367CD; }

 a { background-color: rgb(99,103,205); }

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

<style>
 span { border-color: #6367CD; }

 span { border-color: rgb(99,103,205); }

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