#6446CD

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

Shades of Slate Blue #6446CD

Tints of Slate Blue #6446CD

Color information

#6446CD (or 0x6446CD) is unknown color: approx Slate Blue. HEX triplet: 64, 46 and CD. RGB value is (100,70,205). Sum of RGB (Red+Green+Blue) = 100+70+205=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #6446CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6446CD is #9BB932. Grayscale: #5D5D5D. Windows color (decimal): -10205491 or 13452900. OLE color: 13452900.

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

Color convert

RGB10070205-
CMYK0.510.6600.20
HSL253.33º57.45%53.92%-
HSV(B)253.33º65.85%80.39%-
XYZ18.4711.559-
YUV94.36190.44132.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 70 (27.73% from 255) = 18.67%
BLUE value IS 205 (80.47% from 255) = 54.67%
R=26.67%
G=18.67%
B=54.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100702050.510.6600.20253.3357.4553.92
Hex6446CD3342014fd3936
Octal144106315631020243757166
Binary1100100100011011001101110011100001001010011111101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6446CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,70,205); }

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

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

 a { background-color: rgb(100,70,205); }

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

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

 span { border-color: rgb(100,70,205); }

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