#6764C4

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

Shades of Slate Blue #6764C4

Tints of Slate Blue #6764C4

Color information

#6764C4 (or 0x6764C4) is unknown color: approx Slate Blue. HEX triplet: 67, 64 and C4. RGB value is (103,100,196). Sum of RGB (Red+Green+Blue) = 103+100+196=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 196 (76.95% from 255 or 49.12% from 399); Max value from RGB is 196 - color contains mainly: blue. Hex color #6764C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6764C4 is #989B3B. Grayscale: #6F6F6F. Windows color (decimal): -10001212 or 12870759. OLE color: 12870759.

HSL color Cylindrical-coordinate representation of color #6764C4: hue angle of 241.88º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6764C4 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB103100196-
CMYK0.470.4900.23
HSL241.88º44.86%58.04%-
HSV(B)241.88º48.98%76.86%-
XYZ20.1115.9854.25-
YUV111.84175.49121.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.81%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 196 (76.95% from 255) = 49.12%
R=25.81%
G=25.06%
B=49.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1031001960.470.4900.23241.8844.8658.04
Hex6764C42F31017f22d3a
Octal14714430457610273625572
Binary110011111001001100010010111111000101011111110010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6764C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6764C4; }

 p { color: rgb(103,100,196); }

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

<style>
 a { background-color: #6764C4; }

 a { background-color: rgb(103,100,196); }

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

<style>
 span { border-color: #6764C4; }

 span { border-color: rgb(103,100,196); }

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