#6B55CC

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

Shades of Slate Blue #6B55CC

Tints of Slate Blue #6B55CC

Color information

#6B55CC (or 0x6B55CC) is unknown color: approx Slate Blue. HEX triplet: 6B, 55 and CC. RGB value is (107,85,204). Sum of RGB (Red+Green+Blue) = 107+85+204=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B55CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B55CC is #94AA33. Grayscale: #686868. Windows color (decimal): -9742900 or 13391211. OLE color: 13391211.

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

Color convert

RGB10785204-
CMYK0.480.5800.2
HSL251.09º53.85%56.67%-
HSV(B)251.09º58.33%80%-
XYZ20.2113.9858.76-
YUV105.14183.79129.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.02%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 204 (80.08% from 255) = 51.52%
R=27.02%
G=21.46%
B=51.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal107852040.480.5800.2251.0953.8556.67
Hex6B55CC303A014fb3639
Octal15312531460720243736671
Binary110101110101011100110011000011101001010011111011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B55CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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