Html Css Color HEX #6B6BFC Medium Slate Blue

📋 copy color: '#6B6BFC'

red 107 ◦ green 107 ◦ blue 252

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

Shades of Medium Slate Blue #6B6BFC

Tints of Medium Slate Blue #6B6BFC

RGB

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

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

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

R = 22.96%
G = 22.96%
B = 54.08%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B6BFC (or 0x6B6BFC) is known color: Medium Slate Blue. HEX triplet: 6B, 6B and FC. RGB value is (107,107,252). Sum of RGB (Red+Green+Blue) = 107+107+252=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B6BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6BFC is #949403. Grayscale: #7A7A7A. Windows color (decimal): -9737220 or 16542571. OLE color: 16542571.

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

Color convert

RGB 107 107 252 -
CMYK 0.58 0.58 0 0.01
HSL 240º 0.96% 0.7% -
HSV(B) 240º 0.58% 0.99% -
XYZ 28.89 20.67 94.56 -
YUV 123.53 200.5 116.21 -
System Red Green Blue C M Y K H S L
Decimal 107 107 252 0.58 0.58 0 0.01 240 0.96 0.7
Hex 6B 6B FC 3A 3A 0 1 F0 60 46
Octal 153 153 374 72 72 0 1 360 140 106
Binary 1101011 1101011 11111100 111010 111010 0 1 11110000 1100000 1000110

Color Harmonies of #6B6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6BFC

Black with #6B6BFC

Text Example


Text Example

White with #6B6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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