#6962C1

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

Shades of Slate Blue #6962C1

Tints of Slate Blue #6962C1

Color information

#6962C1 (or 0x6962C1) is unknown color: approx Slate Blue. HEX triplet: 69, 62 and C1. RGB value is (105,98,193). Sum of RGB (Red+Green+Blue) = 105+98+193=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: blue. Hex color #6962C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6962C1 is #969D3E. Grayscale: #6E6E6E. Windows color (decimal): -9870655 or 12673641. OLE color: 12673641.

HSL color Cylindrical-coordinate representation of color #6962C1: hue angle of 244.42º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6962C1 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10598193-
CMYK0.460.4900.24
HSL244.42º43.38%57.06%-
HSV(B)244.42º49.22%75.69%-
XYZ19.8215.5952.42-
YUV110.92174.32123.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 193 (75.78% from 255) = 48.74%
R=26.52%
G=24.75%
B=48.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal105981930.460.4900.24244.4243.3857.06
Hex6962C12E31018f42b39
Octal15114230156610303645371
Binary110100111000101100000110111011000101100011110100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6962C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6962C1; }

 p { color: rgb(105,98,193); }

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

<style>
 a { background-color: #6962C1; }

 a { background-color: rgb(105,98,193); }

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

<style>
 span { border-color: #6962C1; }

 span { border-color: rgb(105,98,193); }

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