Html Css Color HEX #6C6BFC Medium Slate Blue

📋 copy color: '#6C6BFC'

red 108 ◦ green 107 ◦ blue 252

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

Shades of Medium Slate Blue #6C6BFC

Tints of Medium Slate Blue #6C6BFC

RGB

 RED value IS 108 (42.58% from 255) = 23.13%

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

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

R = 23.13%
G = 22.91%
B = 53.96%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6C6BFC (or 0x6C6BFC) is known color: Medium Slate Blue. HEX triplet: 6C, 6B and FC. RGB value is (108,107,252). Sum of RGB (Red+Green+Blue) = 108+107+252=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #6C6BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C6BFC is #939403. Grayscale: #7B7B7B. Windows color (decimal): -9671684 or 16542572. OLE color: 16542572.

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

Color convert

RGB 108 107 252 -
CMYK 0.57 0.58 0 0.01
HSL 240.41º 0.96% 0.7% -
HSV(B) 240.41º 0.58% 0.99% -
XYZ 29.01 20.73 94.57 -
YUV 123.83 200.33 116.71 -
System Red Green Blue C M Y K H S L
Decimal 108 107 252 0.57 0.58 0 0.01 240.41 0.96 0.7
Hex 6C 6B FC 39 3A 0 1 F0 60 46
Octal 154 153 374 71 72 0 1 360 140 106
Binary 1101100 1101011 11111100 111001 111010 0 1 11110000 1100000 1000110

Color Harmonies of #6C6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6BFC

Black with #6C6BFC

Text Example


Text Example

White with #6C6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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