Html Css Color HEX #6F65FB Medium Slate Blue

📋 copy color: '#6F65FB'

red 111 ◦ green 101 ◦ blue 251

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

Shades of Medium Slate Blue #6F65FB

Tints of Medium Slate Blue #6F65FB

RGB

 RED value IS 111 (43.75% from 255) = 23.97%

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

 BLUE value IS 251 (98.44% from 255) = 54.21%

R = 23.97%
G = 21.81%
B = 54.21%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F65FB (or 0x6F65FB) is known color: Medium Slate Blue. HEX triplet: 6F, 65 and FB. RGB value is (111,101,251). Sum of RGB (Red+Green+Blue) = 111+101+251=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F65FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F65FB is #909A04. Grayscale: #787878. Windows color (decimal): -9476613 or 16475503. OLE color: 16475503.

HSL color Cylindrical-coordinate representation of color #6F65FB: hue angle of 244º degrees, saturation: 0.95, 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 #6F65FB is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 101 251 -
CMYK 0.56 0.60 0 0.02
HSL 244º 0.95% 0.69% -
HSV(B) 244º 0.6% 0.98% -
XYZ 28.62 19.65 93.55 -
YUV 121.09 201.31 120.8 -
System Red Green Blue C M Y K H S L
Decimal 111 101 251 0.56 0.60 0 0.02 244 0.95 0.69
Hex 6F 65 FB 38 3C 0 2 F4 5F 45
Octal 157 145 373 70 74 0 2 364 137 105
Binary 1101111 1100101 11111011 111000 111100 0 10 11110100 1011111 1000101

Color Harmonies of #6F65FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F65FB

Black with #6F65FB

Text Example


Text Example

White with #6F65FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,101,251); }

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

background-color css

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

 a { background-color: rgb(111,101,251); }

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

border-color css

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

 span { border-color: rgb(111,101,251); }

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