Html Css Color HEX #6965FC Medium Slate Blue

📋 copy color: '#6965FC'

red 105 ◦ green 101 ◦ blue 252

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

Shades of Medium Slate Blue #6965FC

Tints of Medium Slate Blue #6965FC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.05%

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

R = 22.93%
G = 22.05%
B = 55.02%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6965FC (or 0x6965FC) is known color: Medium Slate Blue. HEX triplet: 69, 65 and FC. RGB value is (105,101,252). Sum of RGB (Red+Green+Blue) = 105+101+252=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #6965FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6965FC is #969A03. Grayscale: #767676. Windows color (decimal): -9869828 or 16541033. OLE color: 16541033.

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

Color convert

RGB 105 101 252 -
CMYK 0.58 0.60 0 0.01
HSL 241.59º 0.96% 0.69% -
HSV(B) 241.59º 0.6% 0.99% -
XYZ 28.05 19.34 94.35 -
YUV 119.41 202.83 117.72 -
System Red Green Blue C M Y K H S L
Decimal 105 101 252 0.58 0.60 0 0.01 241.59 0.96 0.69
Hex 69 65 FC 3A 3C 0 1 F2 60 45
Octal 151 145 374 72 74 0 1 362 140 105
Binary 1101001 1100101 11111100 111010 111100 0 1 11110010 1100000 1000101

Color Harmonies of #6965FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6965FC

Black with #6965FC

Text Example


Text Example

White with #6965FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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