Html Css Color HEX #6965EB Medium Slate Blue

📋 copy color: '#6965EB'

red 105 ◦ green 101 ◦ blue 235

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

Shades of Medium Slate Blue #6965EB

Tints of Medium Slate Blue #6965EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.29%

R = 23.81%
G = 22.9%
B = 53.29%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6965EB (or 0x6965EB) is known color: Medium Slate Blue. HEX triplet: 69, 65 and EB. RGB value is (105,101,235). Sum of RGB (Red+Green+Blue) = 105+101+235=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #6965EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6965EB is #969A14. Grayscale: #747474. Windows color (decimal): -9869845 or 15426921. OLE color: 15426921.

HSL color Cylindrical-coordinate representation of color #6965EB: hue angle of 241.79º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6965EB is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 101 235 -
CMYK 0.55 0.57 0 0.08
HSL 241.79º 0.77% 0.66% -
HSV(B) 241.79º 0.57% 0.92% -
XYZ 25.47 18.31 80.79 -
YUV 117.47 194.33 119.1 -
System Red Green Blue C M Y K H S L
Decimal 105 101 235 0.55 0.57 0 0.08 241.79 0.77 0.66
Hex 69 65 EB 37 39 0 8 F2 4D 42
Octal 151 145 353 67 71 0 10 362 115 102
Binary 1101001 1100101 11101011 110111 111001 0 1000 11110010 1001101 1000010

Color Harmonies of #6965EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6965EB

Black with #6965EB

Text Example


Text Example

White with #6965EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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