#6B60C0

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

Shades of Slate Blue #6B60C0

Tints of Slate Blue #6B60C0

Color information

#6B60C0 (or 0x6B60C0) is unknown color: approx Slate Blue. HEX triplet: 6B, 60 and C0. RGB value is (107,96,192). Sum of RGB (Red+Green+Blue) = 107+96+192=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #6B60C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B60C0 is #949F3F. Grayscale: #6D6D6D. Windows color (decimal): -9740096 or 12607595. OLE color: 12607595.

HSL color Cylindrical-coordinate representation of color #6B60C0: hue angle of 246.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B60C0 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10796192-
CMYK0.440.5000.25
HSL246.88º43.24%56.47%-
HSV(B)246.88º50%75.29%-
XYZ19.7615.351.78-
YUV110.23174.14125.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.09%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 192 (75.39% from 255) = 48.61%
R=27.09%
G=24.30%
B=48.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107961920.440.5000.25246.8843.2456.47
Hex6B60C02C32019f72b38
Octal15314030054620313675370
Binary110101111000001100000010110011001001100111110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B60C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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