Html Css Color HEX #6958CB Slate Blue

📋 copy color: '#6958CB'

red 105 ◦ green 88 ◦ blue 203

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

Shades of Slate Blue #6958CB

Tints of Slate Blue #6958CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 26.52%
G = 22.22%
B = 51.26%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6958CB (or 0x6958CB) is known color: Slate Blue. HEX triplet: 69, 58 and CB. RGB value is (105,88,203). Sum of RGB (Red+Green+Blue) = 105+88+203=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #6958CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6958CB is #96A734. Grayscale: #696969. Windows color (decimal): -9873205 or 13326441. OLE color: 13326441.

HSL color Cylindrical-coordinate representation of color #6958CB: hue angle of 248.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6958CB is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 88 203 -
CMYK 0.48 0.57 0 0.20
HSL 248.87º 0.53% 0.57% -
HSV(B) 248.87º 0.57% 0.8% -
XYZ 20.09 14.29 58.2 -
YUV 106.19 182.63 127.15 -
System Red Green Blue C M Y K H S L
Decimal 105 88 203 0.48 0.57 0 0.20 248.87 0.53 0.57
Hex 69 58 CB 30 39 0 14 F9 35 39
Octal 151 130 313 60 71 0 24 371 65 71
Binary 1101001 1011000 11001011 110000 111001 0 10100 11111001 110101 111001

Color Harmonies of #6958CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6958CB

Black with #6958CB

Text Example


Text Example

White with #6958CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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