#6967CC

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

Shades of Slate Blue #6967CC

Tints of Slate Blue #6967CC

Color information

#6967CC (or 0x6967CC) is unknown color: approx Slate Blue. HEX triplet: 69, 67 and CC. RGB value is (105,103,204). Sum of RGB (Red+Green+Blue) = 105+103+204=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #6967CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6967CC is #969833. Grayscale: #727272. Windows color (decimal): -9869364 or 13395817. OLE color: 13395817.

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

Color convert

RGB105103204-
CMYK0.490.5000.2
HSL241.19º49.75%60.2%-
HSV(B)241.19º49.51%80%-
XYZ21.5817.0659.28-
YUV115.11178.16120.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.49%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=25.49%
G=25%
B=49.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1051032040.490.5000.2241.1949.7560.2
Hex6967CC3132014f1323c
Octal15114731461620243616274
Binary110100111001111100110011000111001001010011110001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6967CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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