Html Css Color HEX #6B64FA Medium Slate Blue

📋 copy color: '#6B64FA'

red 107 ◦ green 100 ◦ blue 250

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

Shades of Medium Slate Blue #6B64FA

Tints of Medium Slate Blue #6B64FA

RGB

 RED value IS 107 (42.19% from 255) = 23.41%

 GREEN value IS 100 (39.45% from 255) = 21.88%

 BLUE value IS 250 (98.05% from 255) = 54.7%

R = 23.41%
G = 21.88%
B = 54.7%

CMYK

 C value IS 0.57

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B64FA (or 0x6B64FA) is known color: Medium Slate Blue. HEX triplet: 6B, 64 and FA. RGB value is (107,100,250). Sum of RGB (Red+Green+Blue) = 107+100+250=457 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.41% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B64FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B64FA is #949B05. Grayscale: #767676. Windows color (decimal): -9739014 or 16409707. OLE color: 16409707.

HSL color Cylindrical-coordinate representation of color #6B64FA: hue angle of 242.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B64FA is Cyan = 0.57, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 100 250 -
CMYK 0.57 0.6 0 0.02
HSL 242.8º 0.94% 0.69% -
HSV(B) 242.8º 0.6% 0.98% -
XYZ 27.88 19.14 92.67 -
YUV 119.19 201.82 119.3 -
System Red Green Blue C M Y K H S L
Decimal 107 100 250 0.57 0.6 0 0.02 242.8 0.94 0.69
Hex 6B 64 FA 39 3C 0 2 F3 5E 45
Octal 153 144 372 71 74 0 2 363 136 105
Binary 1101011 1100100 11111010 111001 111100 0 10 11110011 1011110 1000101

Color Harmonies of #6B64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B64FA

Black with #6B64FA

Text Example


Text Example

White with #6B64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B64FA; }

 p { color: rgb(107,100,250); }

 H1.HeaderClassName
 {
   color: #6B64FA;
 }
 .AnyTagClassName
 {
   color: #6B64FA;
 }
</style>

background-color css

<style>
 a { background-color: #6B64FA; }

 a { background-color: rgb(107,100,250); }

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

border-color css

<style>
 span { border-color: #6B64FA; }

 span { border-color: rgb(107,100,250); }

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