#6948CE

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

Shades of Slate Blue #6948CE

Tints of Slate Blue #6948CE

Color information

#6948CE (or 0x6948CE) is unknown color: approx Slate Blue. HEX triplet: 69, 48 and CE. RGB value is (105,72,206). Sum of RGB (Red+Green+Blue) = 105+72+206=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #6948CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6948CE is #96B731. Grayscale: #606060. Windows color (decimal): -9877298 or 13518953. OLE color: 13518953.

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

Color convert

RGB10572206-
CMYK0.490.6500.19
HSL254.78º57.76%54.51%-
HSV(B)254.78º65.05%80.78%-
XYZ19.2812.0959.71-
YUV97.14189.43133.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.42%
GREEN value IS 72 (28.52% from 255) = 18.80%
BLUE value IS 206 (80.86% from 255) = 53.79%
R=27.42%
G=18.80%
B=53.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal105722060.490.6500.19254.7857.7654.51
Hex6948CE3141013ff3a37
Octal151110316611010233777267
Binary1101001100100011001110110001100000101001111111111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6948CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6948CE; }

 p { color: rgb(105,72,206); }

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

<style>
 a { background-color: #6948CE; }

 a { background-color: rgb(105,72,206); }

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

<style>
 span { border-color: #6948CE; }

 span { border-color: rgb(105,72,206); }

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