#6958CF

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

Shades of Slate Blue #6958CF

Tints of Slate Blue #6958CF

Color information

#6958CF (or 0x6958CF) is unknown color: approx Slate Blue. HEX triplet: 69, 58 and CF. RGB value is (105,88,207). Sum of RGB (Red+Green+Blue) = 105+88+207=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #6958CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6958CF is #96A730. Grayscale: #6A6A6A. Windows color (decimal): -9873201 or 13588585. OLE color: 13588585.

HSL color Cylindrical-coordinate representation of color #6958CF: hue angle of 248.57º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6958CF is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10588207-
CMYK0.490.5700.19
HSL248.57º55.35%57.84%-
HSV(B)248.57º57.49%81.18%-
XYZ20.5814.4960.74-
YUV106.65184.63126.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.25%
GREEN value IS 88 (34.77% from 255) = 22%
BLUE value IS 207 (81.25% from 255) = 51.75%
R=26.25%
G=22%
B=51.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal105882070.490.5700.19248.5755.3557.84
Hex6958CF3139013f9373a
Octal15113031761710233716772
Binary110100110110001100111111000111100101001111111001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6958CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6958CF; }

 p { color: rgb(105,88,207); }

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

<style>
 a { background-color: #6958CF; }

 a { background-color: rgb(105,88,207); }

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

<style>
 span { border-color: #6958CF; }

 span { border-color: rgb(105,88,207); }

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