Html Css Color HEX #6958E0 Slate Blue

📋 copy color: '#6958E0'

red 105 ◦ green 88 ◦ blue 224

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

Shades of Slate Blue #6958E0

Tints of Slate Blue #6958E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.72%

R = 25.18%
G = 21.1%
B = 53.72%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6958E0 (or 0x6958E0) is known color: Slate Blue. HEX triplet: 69, 58 and E0. RGB value is (105,88,224). Sum of RGB (Red+Green+Blue) = 105+88+224=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #6958E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6958E0 is #96A71F. Grayscale: #6C6C6C. Windows color (decimal): -9873184 or 14702697. OLE color: 14702697.

HSL color Cylindrical-coordinate representation of color #6958E0: hue angle of 247.5º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6958E0 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 88 224 -
CMYK 0.53 0.61 0 0.12
HSL 247.5º 0.69% 0.61% -
HSV(B) 247.5º 0.61% 0.88% -
XYZ 22.77 15.36 72.29 -
YUV 108.59 193.13 125.44 -
System Red Green Blue C M Y K H S L
Decimal 105 88 224 0.53 0.61 0 0.12 247.5 0.69 0.61
Hex 69 58 E0 35 3D 0 C F8 45 3D
Octal 151 130 340 65 75 0 14 370 105 75
Binary 1101001 1011000 11100000 110101 111101 0 1100 11111000 1000101 111101

Color Harmonies of #6958E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6958E0

Black with #6958E0

Text Example


Text Example

White with #6958E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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