#6967C9

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

Shades of Slate Blue #6967C9

Tints of Slate Blue #6967C9

Color information

#6967C9 (or 0x6967C9) is unknown color: approx Slate Blue. HEX triplet: 69, 67 and C9. RGB value is (105,103,201). Sum of RGB (Red+Green+Blue) = 105+103+201=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #6967C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6967C9 is #969836. Grayscale: #727272. Windows color (decimal): -9869367 or 13199209. OLE color: 13199209.

HSL color Cylindrical-coordinate representation of color #6967C9: hue angle of 241.22º 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 #6967C9 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105103201-
CMYK0.480.4900.21
HSL241.22º47.57%59.61%-
HSV(B)241.22º48.76%78.82%-
XYZ21.2216.9257.41-
YUV114.77176.66121.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.67%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 201 (78.91% from 255) = 49.14%
R=25.67%
G=25.18%
B=49.14%

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
Decimal1051032010.480.4900.21241.2247.5759.61
Hex6967C93031015f1303c
Octal15114731160610253616074
Binary110100111001111100100111000011000101010111110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6967C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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