#6964CC

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

Shades of Slate Blue #6964CC

Tints of Slate Blue #6964CC

Color information

#6964CC (or 0x6964CC) is unknown color: approx Slate Blue. HEX triplet: 69, 64 and CC. RGB value is (105,100,204). Sum of RGB (Red+Green+Blue) = 105+100+204=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #6964CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6964CC is #969B33. Grayscale: #707070. Windows color (decimal): -9870132 or 13395049. OLE color: 13395049.

HSL color Cylindrical-coordinate representation of color #6964CC: hue angle of 242.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6964CC is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB105100204-
CMYK0.490.5100.2
HSL242.88º50.49%59.61%-
HSV(B)242.88º50.98%80%-
XYZ21.2816.4859.19-
YUV113.35179.16122.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.67%
GREEN value IS 100 (39.45% from 255) = 24.45%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=25.67%
G=24.45%
B=49.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1051002040.490.5100.2242.8850.4959.61
Hex6964CC3133014f3323c
Octal15114431461630243636274
Binary110100111001001100110011000111001101010011110011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6964CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6964CC; }

 p { color: rgb(105,100,204); }

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

<style>
 a { background-color: #6964CC; }

 a { background-color: rgb(105,100,204); }

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

<style>
 span { border-color: #6964CC; }

 span { border-color: rgb(105,100,204); }

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