#6551CA

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

Shades of Slate Blue #6551CA

Tints of Slate Blue #6551CA

Color information

#6551CA (or 0x6551CA) is unknown color: approx Slate Blue. HEX triplet: 65, 51 and CA. RGB value is (101,81,202). Sum of RGB (Red+Green+Blue) = 101+81+202=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #6551CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6551CA is #9AAE35. Grayscale: #646464. Windows color (decimal): -10137142 or 13259109. OLE color: 13259109.

HSL color Cylindrical-coordinate representation of color #6551CA: hue angle of 249.92º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6551CA is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10181202-
CMYK0.500.6000.21
HSL249.92º53.3%55.49%-
HSV(B)249.92º59.9%79.22%-
XYZ18.9712.9257.37-
YUV100.77185.13128.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.30%
GREEN value IS 81 (32.03% from 255) = 21.09%
BLUE value IS 202 (79.30% from 255) = 52.60%
R=26.30%
G=21.09%
B=52.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101812020.500.6000.21249.9253.355.49
Hex6551CA323C015fa3537
Octal14512131262740253726567
Binary110010110100011100101011001011110001010111111010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6551CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6551CA; }

 p { color: rgb(101,81,202); }

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

<style>
 a { background-color: #6551CA; }

 a { background-color: rgb(101,81,202); }

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

<style>
 span { border-color: #6551CA; }

 span { border-color: rgb(101,81,202); }

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