#6348cb

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

Shades of Slate Blue #6348CB

Tints of Slate Blue #6348CB

Color information

#6348CB (or 0x6348CB) is unknown color: approx Slate Blue. HEX triplet: 63, 48 and CB. RGB value is (99,72,203). Sum of RGB (Red+Green+Blue) = 99+72+203=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #6348CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6348CB is #9CB734. Grayscale: #5E5E5E. Windows color (decimal): -10270517 or 13322339. OLE color: 13322339.

HSL color Cylindrical-coordinate representation of color #6348CB: hue angle of 252.37º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6348CB is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9972203-
CMYK0.510.6500.20
HSL252.37º55.74%53.92%-
HSV(B)252.37º64.53%79.61%-
XYZ18.2411.657.78-
YUV95.01188.95130.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.47%
GREEN value IS 72 (28.52% from 255) = 19.25%
BLUE value IS 203 (79.69% from 255) = 54.28%
R=26.47%
G=19.25%
B=54.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal99722030.510.6500.20252.3755.7453.92
Hex6348CB3341014fc3836
Octal143110313631010243747066
Binary1100011100100011001011110011100000101010011111100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6348cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6348cb; }

 p { color: rgb(99,72,203); }

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

<style>
 a { background-color: #6348cb; }

 a { background-color: rgb(99,72,203); }

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

<style>
 span { border-color: #6348cb; }

 span { border-color: rgb(99,72,203); }

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