Html Css Color HEX #6B65FC Medium Slate Blue

📋 copy color: '#6B65FC'

red 107 ◦ green 101 ◦ blue 252

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

Shades of Medium Slate Blue #6B65FC

Tints of Medium Slate Blue #6B65FC

RGB

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

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

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

R = 23.26%
G = 21.96%
B = 54.78%

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

#6B65FC (or 0x6B65FC) is known color: Medium Slate Blue. HEX triplet: 6B, 65 and FC. RGB value is (107,101,252). Sum of RGB (Red+Green+Blue) = 107+101+252=460 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.26% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B65FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B65FC is #949A03. Grayscale: #777777. Windows color (decimal): -9738756 or 16541035. OLE color: 16541035.

HSL color Cylindrical-coordinate representation of color #6B65FC: hue angle of 242.38º 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 #6B65FC is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 101 252 -
CMYK 0.58 0.60 0 0.01
HSL 242.38º 0.96% 0.69% -
HSV(B) 242.38º 0.6% 0.99% -
XYZ 28.29 19.46 94.36 -
YUV 120.01 202.49 118.72 -
System Red Green Blue C M Y K H S L
Decimal 107 101 252 0.58 0.60 0 0.01 242.38 0.96 0.69
Hex 6B 65 FC 3A 3C 0 1 F2 60 45
Octal 153 145 374 72 74 0 1 362 140 105
Binary 1101011 1100101 11111100 111010 111100 0 1 11110010 1100000 1000101

Color Harmonies of #6B65FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B65FC

Black with #6B65FC

Text Example


Text Example

White with #6B65FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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