Html Css Color HEX #6958CE Slate Blue

📋 copy color: '#6958CE'

red 105 ◦ green 88 ◦ blue 206

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

Shades of Slate Blue #6958CE

Tints of Slate Blue #6958CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 26.32%
G = 22.06%
B = 51.63%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6958CE (or 0x6958CE) is known color: Slate Blue. HEX triplet: 69, 58 and CE. RGB value is (105,88,206). Sum of RGB (Red+Green+Blue) = 105+88+206=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #6958CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6958CE is #96A731. Grayscale: #6A6A6A. Windows color (decimal): -9873202 or 13523049. OLE color: 13523049.

HSL color Cylindrical-coordinate representation of color #6958CE: hue angle of 248.64º 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 #6958CE is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 88 206 -
CMYK 0.49 0.57 0 0.19
HSL 248.64º 0.55% 0.58% -
HSV(B) 248.64º 0.57% 0.81% -
XYZ 20.46 14.44 60.1 -
YUV 106.54 184.13 126.91 -
System Red Green Blue C M Y K H S L
Decimal 105 88 206 0.49 0.57 0 0.19 248.64 0.55 0.58
Hex 69 58 CE 31 39 0 13 F9 37 3A
Octal 151 130 316 61 71 0 23 371 67 72
Binary 1101001 1011000 11001110 110001 111001 0 10011 11111001 110111 111010

Color Harmonies of #6958CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6958CE

Black with #6958CE

Text Example


Text Example

White with #6958CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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