#6B64CC

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

Shades of Slate Blue #6B64CC

Tints of Slate Blue #6B64CC

Color information

#6B64CC (or 0x6B64CC) is unknown color: approx Slate Blue. HEX triplet: 6B, 64 and CC. RGB value is (107,100,204). Sum of RGB (Red+Green+Blue) = 107+100+204=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B64CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B64CC is #949B33. Grayscale: #717171. Windows color (decimal): -9739060 or 13395051. OLE color: 13395051.

HSL color Cylindrical-coordinate representation of color #6B64CC: hue angle of 244.04º 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 #6B64CC is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB107100204-
CMYK0.480.5100.2
HSL244.04º50.49%59.61%-
HSV(B)244.04º50.98%80%-
XYZ21.5216.659.2-
YUV113.95178.82123.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.03%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 204 (80.08% from 255) = 49.64%
R=26.03%
G=24.33%
B=49.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1071002040.480.5100.2244.0450.4959.61
Hex6B64CC3033014f4323c
Octal15314431460630243646274
Binary110101111001001100110011000011001101010011110100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B64CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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