Html Css Color HEX #6B6BFB Medium Slate Blue

📋 copy color: '#6B6BFB'

red 107 ◦ green 107 ◦ blue 251

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

Shades of Medium Slate Blue #6B6BFB

Tints of Medium Slate Blue #6B6BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.01%

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

R = 23.01%
G = 23.01%
B = 53.98%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B6BFB (or 0x6B6BFB) is known color: Medium Slate Blue. HEX triplet: 6B, 6B and FB. RGB value is (107,107,251). Sum of RGB (Red+Green+Blue) = 107+107+251=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B6BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6BFB is #949404. Grayscale: #7A7A7A. Windows color (decimal): -9737221 or 16477035. OLE color: 16477035.

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

Color convert

RGB 107 107 251 -
CMYK 0.57 0.57 0 0.02
HSL 240º 0.95% 0.7% -
HSV(B) 240º 0.57% 0.98% -
XYZ 28.73 20.61 93.73 -
YUV 123.42 200 116.29 -
System Red Green Blue C M Y K H S L
Decimal 107 107 251 0.57 0.57 0 0.02 240 0.95 0.7
Hex 6B 6B FB 39 39 0 2 F0 5F 46
Octal 153 153 373 71 71 0 2 360 137 106
Binary 1101011 1101011 11111011 111001 111001 0 10 11110000 1011111 1000110

Color Harmonies of #6B6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6BFB

Black with #6B6BFB

Text Example


Text Example

White with #6B6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,107,251); }

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

background-color css

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

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

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

border-color css

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

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

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