#6968CA

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

Shades of Slate Blue #6968CA

Tints of Slate Blue #6968CA

Color information

#6968CA (or 0x6968CA) is unknown color: approx Slate Blue. HEX triplet: 69, 68 and CA. RGB value is (105,104,202). Sum of RGB (Red+Green+Blue) = 105+104+202=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #6968CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6968CA is #969735. Grayscale: #737373. Windows color (decimal): -9869110 or 13265001. OLE color: 13265001.

HSL color Cylindrical-coordinate representation of color #6968CA: hue angle of 240.61º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6968CA is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105104202-
CMYK0.480.4900.21
HSL240.61º48.04%60%-
HSV(B)240.61º48.51%79.22%-
XYZ21.4417.1758.06-
YUV115.47176.83120.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.55%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=25.55%
G=25.30%
B=49.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051042020.480.4900.21240.6148.0460
Hex6968CA3031015f1303c
Octal15115031260610253616074
Binary110100111010001100101011000011000101010111110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6968CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6968CA; }

 p { color: rgb(105,104,202); }

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

<style>
 a { background-color: #6968CA; }

 a { background-color: rgb(105,104,202); }

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

<style>
 span { border-color: #6968CA; }

 span { border-color: rgb(105,104,202); }

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