#6B5CC8

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

Shades of Slate Blue #6B5CC8

Tints of Slate Blue #6B5CC8

Color information

#6B5CC8 (or 0x6B5CC8) is unknown color: approx Slate Blue. HEX triplet: 6B, 5C and C8. RGB value is (107,92,200). Sum of RGB (Red+Green+Blue) = 107+92+200=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 200 (78.52% from 255 or 50.13% from 399); Max value from RGB is 200 - color contains mainly: blue. Hex color #6B5CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5CC8 is #94A337. Grayscale: #6C6C6C. Windows color (decimal): -9741112 or 13130859. OLE color: 13130859.

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

Color convert

RGB10792200-
CMYK0.460.5400.22
HSL248.33º49.54%57.25%-
HSV(B)248.33º54%78.43%-
XYZ20.3214.9556.46-
YUV108.8179.47126.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.82%
GREEN value IS 92 (36.33% from 255) = 23.06%
BLUE value IS 200 (78.52% from 255) = 50.13%
R=26.82%
G=23.06%
B=50.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal107922000.460.5400.22248.3349.5457.25
Hex6B5CC82E36016f83239
Octal15313431056660263706271
Binary110101110111001100100010111011011001011011111000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,92,200); }

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

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

 a { background-color: rgb(107,92,200); }

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

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

 span { border-color: rgb(107,92,200); }

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