#6b4bcc

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

Shades of Slate Blue #6B4BCC

Tints of Slate Blue #6B4BCC

Color information

#6B4BCC (or 0x6B4BCC) is unknown color: approx Slate Blue. HEX triplet: 6B, 4B and CC. RGB value is (107,75,204). Sum of RGB (Red+Green+Blue) = 107+75+204=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B4BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B4BCC is #94B433. Grayscale: #626262. Windows color (decimal): -9745460 or 13388651. OLE color: 13388651.

HSL color Cylindrical-coordinate representation of color #6B4BCC: hue angle of 254.88º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B4BCC is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10775204-
CMYK0.480.6300.2
HSL254.88º55.84%54.71%-
HSV(B)254.88º63.24%80%-
XYZ19.4812.5258.52-
YUV99.27187.1133.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.72%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 204 (80.08% from 255) = 52.85%
R=27.72%
G=19.43%
B=52.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal107752040.480.6300.2254.8855.8454.71
Hex6B4BCC303F014ff3837
Octal15311331460770243777067
Binary110101110010111100110011000011111101010011111111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b4bcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,75,204); }

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

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

 a { background-color: rgb(107,75,204); }

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

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

 span { border-color: rgb(107,75,204); }

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