#6B4BCB

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

Shades of Slate Blue #6B4BCB

Tints of Slate Blue #6B4BCB

Color information

#6B4BCB (or 0x6B4BCB) is unknown color: approx Slate Blue. HEX triplet: 6B, 4B and CB. RGB value is (107,75,203). Sum of RGB (Red+Green+Blue) = 107+75+203=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B4BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B4BCB is #94B434. Grayscale: #626262. Windows color (decimal): -9745461 or 13323115. OLE color: 13323115.

HSL color Cylindrical-coordinate representation of color #6B4BCB: hue angle of 255º degrees, saturation: 0.55, 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 #6B4BCB is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10775203-
CMYK0.470.6300.20
HSL255º55.17%54.51%-
HSV(B)255º63.05%79.61%-
XYZ19.3612.4757.89-
YUV99.16186.6133.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.79%
GREEN value IS 75 (29.69% from 255) = 19.48%
BLUE value IS 203 (79.69% from 255) = 52.73%
R=27.79%
G=19.48%
B=52.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal107752030.470.6300.2025555.1754.51
Hex6B4BCB2F3F014ff3737
Octal15311331357770243776767
Binary110101110010111100101110111111111101010011111111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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