#6B55C7

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

Shades of Slate Blue #6B55C7

Tints of Slate Blue #6B55C7

Color information

#6B55C7 (or 0x6B55C7) is unknown color: approx Slate Blue. HEX triplet: 6B, 55 and C7. RGB value is (107,85,199). Sum of RGB (Red+Green+Blue) = 107+85+199=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #6B55C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B55C7 is #94AA38. Grayscale: #686868. Windows color (decimal): -9742905 or 13063531. OLE color: 13063531.

HSL color Cylindrical-coordinate representation of color #6B55C7: hue angle of 251.58º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B55C7 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10785199-
CMYK0.460.5700.22
HSL251.58º50.44%55.69%-
HSV(B)251.58º57.29%78.04%-
XYZ19.6213.7555.65-
YUV104.57181.29129.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.37%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 199 (78.12% from 255) = 50.90%
R=27.37%
G=21.74%
B=50.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal107851990.460.5700.22251.5850.4455.69
Hex6B55C72E39016fc3238
Octal15312530756710263746270
Binary110101110101011100011110111011100101011011111100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B55C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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