#6B60DF

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

Shades of Slate Blue #6B60DF

Tints of Slate Blue #6B60DF

Color information

#6B60DF (or 0x6B60DF) is unknown color: approx Slate Blue. HEX triplet: 6B, 60 and DF. RGB value is (107,96,223). Sum of RGB (Red+Green+Blue) = 107+96+223=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B60DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B60DF is #949F20. Grayscale: #717171. Windows color (decimal): -9740065 or 14639211. OLE color: 14639211.

HSL color Cylindrical-coordinate representation of color #6B60DF: hue angle of 245.2º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B60DF is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10796223-
CMYK0.520.5700.13
HSL245.2º66.49%62.55%-
HSV(B)245.2º56.95%87.45%-
XYZ23.5716.8271.82-
YUV113.77189.64123.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.12%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 223 (87.5% from 255) = 52.35%
R=25.12%
G=22.54%
B=52.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal107962230.520.5700.13245.266.4962.55
Hex6B60DF34390Df5423f
Octal153140337647101536510277
Binary110101111000001101111111010011100101101111101011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B60DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,96,223); }

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

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

 a { background-color: rgb(107,96,223); }

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

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

 span { border-color: rgb(107,96,223); }

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