Html Css Color HEX #6975FC Medium Slate Blue

📋 copy color: '#6975FC'

red 105 ◦ green 117 ◦ blue 252

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

Shades of Medium Slate Blue #6975FC

Tints of Medium Slate Blue #6975FC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.68%

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

R = 22.15%
G = 24.68%
B = 53.16%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6975FC (or 0x6975FC) is known color: Medium Slate Blue. HEX triplet: 69, 75 and FC. RGB value is (105,117,252). Sum of RGB (Red+Green+Blue) = 105+117+252=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #6975FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6975FC is #968A03. Grayscale: #808080. Windows color (decimal): -9865732 or 16545129. OLE color: 16545129.

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

Color convert

RGB 105 117 252 -
CMYK 0.58 0.54 0 0.01
HSL 235.1º 0.96% 0.7% -
HSV(B) 235.1º 0.58% 0.99% -
XYZ 29.76 22.75 94.92 -
YUV 128.8 197.52 111.02 -
System Red Green Blue C M Y K H S L
Decimal 105 117 252 0.58 0.54 0 0.01 235.1 0.96 0.7
Hex 69 75 FC 3A 36 0 1 EB 60 46
Octal 151 165 374 72 66 0 1 353 140 106
Binary 1101001 1110101 11111100 111010 110110 0 1 11101011 1100000 1000110

Color Harmonies of #6975FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6975FC

Black with #6975FC

Text Example


Text Example

White with #6975FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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