#6550E4

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

Shades of Slate Blue #6550E4

Tints of Slate Blue #6550E4

Color information

#6550E4 (or 0x6550E4) is unknown color: approx Slate Blue. HEX triplet: 65, 50 and E4. RGB value is (101,80,228). Sum of RGB (Red+Green+Blue) = 101+80+228=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 228 (89.45% from 255 or 55.75% from 409); Max value from RGB is 228 - color contains mainly: blue. Hex color #6550E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6550E4 is #9AAF1B. Grayscale: #666666. Windows color (decimal): -10137372 or 14962789. OLE color: 14962789.

HSL color Cylindrical-coordinate representation of color #6550E4: hue angle of 248.51º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6550E4 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10180228-
CMYK0.560.6500.11
HSL248.51º73.27%60.39%-
HSV(B)248.51º64.91%89.41%-
XYZ22.2414.1174.95-
YUV103.15198.46126.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.69%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 228 (89.45% from 255) = 55.75%
R=24.69%
G=19.56%
B=55.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal101802280.560.6500.11248.5173.2760.39
Hex6550E438410Bf9493c
Octal1451203447010101337111174
Binary1100101101000011100100111000100000101011111110011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6550E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6550E4; }

 p { color: rgb(101,80,228); }

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

<style>
 a { background-color: #6550E4; }

 a { background-color: rgb(101,80,228); }

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

<style>
 span { border-color: #6550E4; }

 span { border-color: rgb(101,80,228); }

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