Html Css Color HEX #6958C3 Slate Blue

📋 copy color: '#6958C3'

red 105 ◦ green 88 ◦ blue 195

#6958C3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6958C3

Tints of Slate Blue #6958C3

RGB

 RED value IS 105 (41.41% from 255) = 27.06%

 GREEN value IS 88 (34.77% from 255) = 22.68%

 BLUE value IS 195 (76.56% from 255) = 50.26%

R = 27.06%
G = 22.68%
B = 50.26%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6958C3 (or 0x6958C3) is known color: Slate Blue. HEX triplet: 69, 58 and C3. RGB value is (105,88,195). Sum of RGB (Red+Green+Blue) = 105+88+195=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #6958C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6958C3 is #96A73C. Grayscale: #686868. Windows color (decimal): -9873213 or 12802153. OLE color: 12802153.

HSL color Cylindrical-coordinate representation of color #6958C3: hue angle of 249.53º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6958C3 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 88 195 -
CMYK 0.46 0.55 0 0.24
HSL 249.53º 0.47% 0.55% -
HSV(B) 249.53º 0.55% 0.76% -
XYZ 19.17 13.92 53.31 -
YUV 105.28 178.63 127.8 -
System Red Green Blue C M Y K H S L
Decimal 105 88 195 0.46 0.55 0 0.24 249.53 0.47 0.55
Hex 69 58 C3 2E 37 0 18 FA 2F 37
Octal 151 130 303 56 67 0 30 372 57 67
Binary 1101001 1011000 11000011 101110 110111 0 11000 11111010 101111 110111

Color Harmonies of #6958C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6958C3

Black with #6958C3

Text Example


Text Example

White with #6958C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6958C3;
 }
 .AnyTagClassName
 {
   color: #6958C3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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