Html Css Color HEX #6955FC Medium Slate Blue

📋 copy color: '#6955FC'

red 105 ◦ green 85 ◦ blue 252

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

Shades of Medium Slate Blue #6955FC

Tints of Medium Slate Blue #6955FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.23%

 BLUE value IS 252 (98.83% from 255) = 57.01%

R = 23.76%
G = 19.23%
B = 57.01%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6955FC (or 0x6955FC) is known color: Medium Slate Blue. HEX triplet: 69, 55 and FC. RGB value is (105,85,252). Sum of RGB (Red+Green+Blue) = 105+85+252=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #6955FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6955FC is #96AA03. Grayscale: #6D6D6D. Windows color (decimal): -9873924 or 16536937. OLE color: 16536937.

HSL color Cylindrical-coordinate representation of color #6955FC: hue angle of 247.19º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6955FC is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 85 252 -
CMYK 0.58 0.66 0 0.01
HSL 247.19º 0.97% 0.66% -
HSV(B) 247.19º 0.66% 0.99% -
XYZ 26.64 16.53 93.88 -
YUV 110.02 208.13 124.42 -
System Red Green Blue C M Y K H S L
Decimal 105 85 252 0.58 0.66 0 0.01 247.19 0.97 0.66
Hex 69 55 FC 3A 42 0 1 F7 61 42
Octal 151 125 374 72 102 0 1 367 141 102
Binary 1101001 1010101 11111100 111010 1000010 0 1 11110111 1100001 1000010

Color Harmonies of #6955FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6955FC

Black with #6955FC

Text Example


Text Example

White with #6955FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6955FC; }

 p { color: rgb(105,85,252); }

 H1.HeaderClassName
 {
   color: #6955FC;
 }
 .AnyTagClassName
 {
   color: #6955FC;
 }
</style>

background-color css

<style>
 a { background-color: #6955FC; }

 a { background-color: rgb(105,85,252); }

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

border-color css

<style>
 span { border-color: #6955FC; }

 span { border-color: rgb(105,85,252); }

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