#6b60dc

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

Shades of Slate Blue #6B60DC

Tints of Slate Blue #6B60DC

Color information

#6B60DC (or 0x6B60DC) is unknown color: approx Slate Blue. HEX triplet: 6B, 60 and DC. RGB value is (107,96,220). Sum of RGB (Red+Green+Blue) = 107+96+220=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B60DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B60DC is #949F23. Grayscale: #707070. Windows color (decimal): -9740068 or 14442603. OLE color: 14442603.

HSL color Cylindrical-coordinate representation of color #6B60DC: hue angle of 245.32º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B60DC is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10796220-
CMYK0.510.5600.14
HSL245.32º63.92%61.96%-
HSV(B)245.32º56.36%86.27%-
XYZ23.1616.6669.7-
YUV113.42188.14123.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.30%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 220 (86.33% from 255) = 52.01%
R=25.30%
G=22.70%
B=52.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal107962200.510.5600.14245.3263.9261.96
Hex6B60DC33380Ef5403e
Octal153140334637001636510076
Binary110101111000001101110011001111100001110111101011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b60dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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