#6344CB

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

Shades of Slate Blue #6344CB

Tints of Slate Blue #6344CB

Color information

#6344CB (or 0x6344CB) is unknown color: approx Slate Blue. HEX triplet: 63, 44 and CB. RGB value is (99,68,203). Sum of RGB (Red+Green+Blue) = 99+68+203=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #6344CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6344CB is #9CBB34. Grayscale: #5C5C5C. Windows color (decimal): -10271541 or 13321315. OLE color: 13321315.

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

Color convert

RGB9968203-
CMYK0.510.6700.20
HSL253.78º56.49%53.14%-
HSV(B)253.78º66.5%79.61%-
XYZ17.9911.157.69-
YUV92.66190.27132.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.76%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 203 (79.69% from 255) = 54.86%
R=26.76%
G=18.38%
B=54.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal99682030.510.6700.20253.7856.4953.14
Hex6344CB3343014fe3835
Octal143104313631030243767065
Binary1100011100010011001011110011100001101010011111110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6344CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6344CB; }

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

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

<style>
 a { background-color: #6344CB; }

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

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

<style>
 span { border-color: #6344CB; }

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

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