Html Css Color HEX #6958CF Slate Blue

📋 copy color: '#6958CF'

red 105 ◦ green 88 ◦ blue 207

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

Shades of Slate Blue #6958CF

Tints of Slate Blue #6958CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.75%

R = 26.25%
G = 22%
B = 51.75%

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

#6958CF (or 0x6958CF) is known color: Slate Blue. HEX triplet: 69, 58 and CF. RGB value is (105,88,207). Sum of RGB (Red+Green+Blue) = 105+88+207=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #6958CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6958CF is #96A730. Grayscale: #6A6A6A. Windows color (decimal): -9873201 or 13588585. OLE color: 13588585.

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

Color convert

RGB 105 88 207 -
CMYK 0.49 0.57 0 0.19
HSL 248.57º 0.55% 0.58% -
HSV(B) 248.57º 0.57% 0.81% -
XYZ 20.58 14.49 60.74 -
YUV 106.65 184.63 126.82 -
System Red Green Blue C M Y K H S L
Decimal 105 88 207 0.49 0.57 0 0.19 248.57 0.55 0.58
Hex 69 58 CF 31 39 0 13 F9 37 3A
Octal 151 130 317 61 71 0 23 371 67 72
Binary 1101001 1011000 11001111 110001 111001 0 10011 11111001 110111 111010

Color Harmonies of #6958CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6958CF

Black with #6958CF

Text Example


Text Example

White with #6958CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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