#6b55d4

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

Shades of Slate Blue #6B55D4

Tints of Slate Blue #6B55D4

Color information

#6B55D4 (or 0x6B55D4) is unknown color: approx Slate Blue. HEX triplet: 6B, 55 and D4. RGB value is (107,85,212). Sum of RGB (Red+Green+Blue) = 107+85+212=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 212 (83.20% from 255 or 52.48% from 404); Max value from RGB is 212 - color contains mainly: blue. Hex color #6B55D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B55D4 is #94AA2B. Grayscale: #696969. Windows color (decimal): -9742892 or 13915499. OLE color: 13915499.

HSL color Cylindrical-coordinate representation of color #6B55D4: hue angle of 250.39º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B55D4 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10785212-
CMYK0.500.6000.17
HSL250.39º59.62%58.24%-
HSV(B)250.39º59.91%83.14%-
XYZ21.214.3863.95-
YUV106.06187.79128.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.49%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 212 (83.20% from 255) = 52.48%
R=26.49%
G=21.04%
B=52.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal107852120.500.6000.17250.3959.6258.24
Hex6B55D4323C011fa3c3a
Octal15312532462740213727472
Binary110101110101011101010011001011110001000111111010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b55d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6b55d4; }

 p { color: rgb(107,85,212); }

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

<style>
 a { background-color: #6b55d4; }

 a { background-color: rgb(107,85,212); }

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

<style>
 span { border-color: #6b55d4; }

 span { border-color: rgb(107,85,212); }

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