Html Css Color HEX #6958DB Slate Blue

📋 copy color: '#6958DB'

red 105 ◦ green 88 ◦ blue 219

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

Shades of Slate Blue #6958DB

Tints of Slate Blue #6958DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 25.49%
G = 21.36%
B = 53.16%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6958DB (or 0x6958DB) is known color: Slate Blue. HEX triplet: 69, 58 and DB. RGB value is (105,88,219). Sum of RGB (Red+Green+Blue) = 105+88+219=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #6958DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6958DB is #96A724. Grayscale: #6B6B6B. Windows color (decimal): -9873189 or 14375017. OLE color: 14375017.

HSL color Cylindrical-coordinate representation of color #6958DB: hue angle of 247.79º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6958DB is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 88 219 -
CMYK 0.52 0.60 0 0.14
HSL 247.79º 0.65% 0.6% -
HSV(B) 247.79º 0.6% 0.86% -
XYZ 22.1 15.1 68.77 -
YUV 108.02 190.63 125.85 -
System Red Green Blue C M Y K H S L
Decimal 105 88 219 0.52 0.60 0 0.14 247.79 0.65 0.6
Hex 69 58 DB 34 3C 0 E F8 41 3C
Octal 151 130 333 64 74 0 16 370 101 74
Binary 1101001 1011000 11011011 110100 111100 0 1110 11111000 1000001 111100

Color Harmonies of #6958DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6958DB

Black with #6958DB

Text Example


Text Example

White with #6958DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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